#AAB4DF

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

Shades of Perano #AAB4DF

Tints of Perano #AAB4DF

Color information

#AAB4DF (or 0xAAB4DF) is unknown color: approx Perano. HEX triplet: AA, B4 and DF. RGB value is (170,180,223). Sum of RGB (Red+Green+Blue) = 170+180+223=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4DF is #554B20. Grayscale: #B5B5B5. Windows color (decimal): -5589793 or 14660778. OLE color: 14660778.

HSL color Cylindrical-coordinate representation of color #AAB4DF: hue angle of 228.68º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB4DF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170180223-
CMYK0.240.1900.13
HSL228.68º45.3%77.06%-
HSV(B)228.68º23.77%87.45%-
XYZ46.2246.5276.35-
YUV181.91151.19119.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=29.67%
G=31.41%
B=38.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701802230.240.1900.13228.6845.377.06
HexAAB4DF18130De52d4d
Octal252264337302301534555115
Binary101010101011010011011111110001001101101111001011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4DF; }

 p { color: rgb(170,180,223); }

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

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

 a { background-color: rgb(170,180,223); }

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

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

 span { border-color: rgb(170,180,223); }

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