Shades of Perano #A2ABFC
Tints of Perano #A2ABFC
RGB
CMYK
RGB Variations
Color information
#A2ABFC (or 0xA2ABFC) is known color: Perano. HEX triplet: A2, AB and FC. RGB value is (162,171,252). Sum of RGB (Red+Green+Blue) = 162+171+252=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABFC is #5D5403. Grayscale: #B1B1B1. Windows color (decimal): -6116356 or 16559010. OLE color: 16559010.
HSL color Cylindrical-coordinate representation of color #A2ABFC: hue angle of 234º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2ABFC is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 171 | 252 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.01 |
| HSL | 234º | 0.94% | 0.81% | - |
| HSV(B) | 234º | 0.36% | 0.99% | - |
| XYZ | 47.03 | 43.84 | 98.08 | - |
| YUV | 177.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 252 | 0.36 | 0.32 | 0 | 0.01 | 234 | 0.94 | 0.81 |
| Hex | A2 | AB | FC | 24 | 20 | 0 | 1 | EA | 5E | 51 |
| Octal | 242 | 253 | 374 | 44 | 40 | 0 | 1 | 352 | 136 | 121 |
| Binary | 10100010 | 10101011 | 11111100 | 100100 | 100000 | 0 | 1 | 11101010 | 1011110 | 1010001 |
Color Harmonies of #A2ABFC
Complementary color
Monochromatic Colors of #A2ABFC
Black with #A2ABFC
Text Example
Text Example
White with #A2ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABFC; }
p { color: rgb(162,171,252); }
H1.HeaderClassName
{
color: #A2ABFC;
}
.AnyTagClassName
{
color: #A2ABFC;
}
</style>
background-color css
<style>
a { background-color: #A2ABFC; }
a { background-color: rgb(162,171,252); }
div.DivClassName
{
background-color: #A2ABFC;
}
.BgClassName
{
background-color: #A2ABFC;
}
</style>
border-color css
<style>
span { border-color: #A2ABFC; }
span { border-color: rgb(162,171,252); }
td.TdClassName
{
border-color: #A2ABFC;
}
.TagClassName
{
border-color: #A2ABFC;
}
</style>