#AAB2FF

Color #AAB2FF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AAB2FF

Tints of Perano #AAB2FF

Color information

#AAB2FF (or 0xAAB2FF) is unknown color: approx Perano. HEX triplet: AA, B2 and FF. RGB value is (170,178,255). Sum of RGB (Red+Green+Blue) = 170+178+255=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2FF is #554D00. Grayscale: #B8B8B8. Windows color (decimal): -5590273 or 16757418. OLE color: 16757418.

HSL color Cylindrical-coordinate representation of color #AAB2FF: hue angle of 234.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB2FF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170178255-
CMYK0.330.3000
HSL234.35º100%83.33%-
HSV(B)234.35º33.33%100%-
XYZ50.5547.61101.13-
YUV184.39167.85117.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 255 (100% from 255) = 42.29%
R=28.19%
G=29.52%
B=42.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701782550.330.3000234.3510083.33
HexAAB2FF211E00ea6453
Octal252262377413600352144123
Binary10101010101100101111111110000111110001110101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2FF; }

 p { color: rgb(170,178,255); }

 H1.HeaderClassName
 {
   color: #AAB2FF;
 }
 .AnyTagClassName
 {
   color: #AAB2FF;
 }
</style>
background-color css

<style>
 a { background-color: #AAB2FF; }

 a { background-color: rgb(170,178,255); }

 div.DivClassName
 {
   background-color: #AAB2FF;
 }
 .BgClassName
 {
   background-color: #AAB2FF;
 }
</style>
border-color css

<style>
 span { border-color: #AAB2FF; }

 span { border-color: rgb(170,178,255); }

 td.TdClassName
 {
   border-color: #AAB2FF;
 }
 .TagClassName
 {
   border-color: #AAB2FF;
 }
</style>