#AAB4DA

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

Shades of Perano #AAB4DA

Tints of Perano #AAB4DA

Color information

#AAB4DA (or 0xAAB4DA) is unknown color: approx Perano. HEX triplet: AA, B4 and DA. RGB value is (170,180,218). Sum of RGB (Red+Green+Blue) = 170+180+218=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAB4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4DA is #554B25. Grayscale: #B5B5B5. Windows color (decimal): -5589798 or 14333098. OLE color: 14333098.

HSL color Cylindrical-coordinate representation of color #AAB4DA: hue angle of 227.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB4DA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170180218-
CMYK0.220.1700.15
HSL227.5º39.34%76.08%-
HSV(B)227.5º22.02%85.49%-
XYZ45.5546.2572.86-
YUV181.34148.69119.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=29.93%
G=31.69%
B=38.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701802180.220.1700.15227.539.3476.08
HexAAB4DA16110Fe4274c
Octal252264332262101734447114
Binary101010101011010011011010101101000101111111001001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4DA; }

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

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

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

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

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

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

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

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