Shades of Perano #AAB2FD
Tints of Perano #AAB2FD
RGB
CMYK
RGB Variations
Color information
#AAB2FD (or 0xAAB2FD) is known color: 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
RGB | 170 | 178 | 253 | - |
CMYK | 0.33 | 0.30 | 0 | 0.01 |
HSL | 234.22º | 0.95% | 0.83% | - |
HSV(B) | 234.22º | 0.33% | 0.99% | - |
XYZ | 50.23 | 47.48 | 99.45 | - |
YUV | 184.16 | 166.85 | 117.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 178 | 253 | 0.33 | 0.30 | 0 | 0.01 | 234.22 | 0.95 | 0.83 |
Hex | AA | B2 | FD | 21 | 1E | 0 | 1 | EA | 5F | 53 |
Octal | 252 | 262 | 375 | 41 | 36 | 0 | 1 | 352 | 137 | 123 |
Binary | 10101010 | 10110010 | 11111101 | 100001 | 11110 | 0 | 1 | 11101010 | 1011111 | 1010011 |
Color Harmonies of #AAB2FD
Complementary color
Monochromatic Colors of #AAB2FD
Black with #AAB2FD
Text Example
Text Example
White with #AAB2FD
Text Example
Text Example
HTML Codes & Css Web 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>