Shades of Perano #A2ABFD
Tints of Perano #A2ABFD
RGB
CMYK
RGB Variations
Color information
#A2ABFD (or 0xA2ABFD) is known color: Perano. HEX triplet: A2, AB and FD. RGB value is (162,171,253). Sum of RGB (Red+Green+Blue) = 162+171+253=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABFD is #5D5402. Grayscale: #B1B1B1. Windows color (decimal): -6116355 or 16624546. OLE color: 16624546.
HSL color Cylindrical-coordinate representation of color #A2ABFD: hue angle of 234.07º degrees, saturation: 0.96, 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 #A2ABFD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 171 | 253 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.01 |
| HSL | 234.07º | 0.96% | 0.81% | - |
| HSV(B) | 234.07º | 0.36% | 0.99% | - |
| XYZ | 47.19 | 43.9 | 98.91 | - |
| YUV | 177.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 253 | 0.36 | 0.32 | 0 | 0.01 | 234.07 | 0.96 | 0.81 |
| Hex | A2 | AB | FD | 24 | 20 | 0 | 1 | EA | 60 | 51 |
| Octal | 242 | 253 | 375 | 44 | 40 | 0 | 1 | 352 | 140 | 121 |
| Binary | 10100010 | 10101011 | 11111101 | 100100 | 100000 | 0 | 1 | 11101010 | 1100000 | 1010001 |
Color Harmonies of #A2ABFD
Complementary color
Monochromatic Colors of #A2ABFD
Black with #A2ABFD
Text Example
Text Example
White with #A2ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABFD; }
p { color: rgb(162,171,253); }
H1.HeaderClassName
{
color: #A2ABFD;
}
.AnyTagClassName
{
color: #A2ABFD;
}
</style>
background-color css
<style>
a { background-color: #A2ABFD; }
a { background-color: rgb(162,171,253); }
div.DivClassName
{
background-color: #A2ABFD;
}
.BgClassName
{
background-color: #A2ABFD;
}
</style>
border-color css
<style>
span { border-color: #A2ABFD; }
span { border-color: rgb(162,171,253); }
td.TdClassName
{
border-color: #A2ABFD;
}
.TagClassName
{
border-color: #A2ABFD;
}
</style>