#AAB2FD

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

Shades of Perano #AAB2FD

Tints of Perano #AAB2FD

Color information

#AAB2FD (or 0xAAB2FD) is unknown color: approx Perano. HEX triplet: AA, B2 and FD. RGB value is (170,178,253). Sum of RGB (Red+Green+Blue) = 170+178+253=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2FD is #554D02. Grayscale: #B7B7B7. Windows color (decimal): -5590275 or 16626346. OLE color: 16626346.

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

Color convert

RGB170178253-
CMYK0.330.3000.01
HSL234.22º95.4%82.94%-
HSV(B)234.22º32.81%99.22%-
XYZ50.2347.4899.45-
YUV184.16166.85117.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=28.29%
G=29.62%
B=42.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701782530.330.3000.01234.2295.482.94
HexAAB2FD211E01ea5f53
Octal252262375413601352137123
Binary10101010101100101111110110000111110011110101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2FD; }

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

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

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

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

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

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

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

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