Shades of Perano #A2A8FF
Tints of Perano #A2A8FF
RGB
CMYK
RGB Variations
Color information
#A2A8FF (or 0xA2A8FF) is known color: Perano. HEX triplet: A2, A8 and FF. RGB value is (162,168,255). Sum of RGB (Red+Green+Blue) = 162+168+255=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A8FF is #5D5700. Grayscale: #AFAFAF. Windows color (decimal): -6117121 or 16754850. OLE color: 16754850.
HSL color Cylindrical-coordinate representation of color #A2A8FF: hue angle of 236.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2A8FF is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 168 | 255 | - |
| CMYK | 0.36 | 0.34 | 0 | 0 |
| HSL | 236.13º | 1% | 0.82% | - |
| HSV(B) | 236.13º | 0.36% | 1% | - |
| XYZ | 46.95 | 42.91 | 100.41 | - |
| YUV | 176.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 255 | 0.36 | 0.34 | 0 | 0 | 236.13 | 1 | 0.82 |
| Hex | A2 | A8 | FF | 24 | 22 | 0 | 0 | EC | 64 | 52 |
| Octal | 242 | 250 | 377 | 44 | 42 | 0 | 0 | 354 | 144 | 122 |
| Binary | 10100010 | 10101000 | 11111111 | 100100 | 100010 | 0 | 0 | 11101100 | 1100100 | 1010010 |
Color Harmonies of #A2A8FF
Complementary color
Monochromatic Colors of #A2A8FF
Black with #A2A8FF
Text Example
Text Example
White with #A2A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A8FF; }
p { color: rgb(162,168,255); }
H1.HeaderClassName
{
color: #A2A8FF;
}
.AnyTagClassName
{
color: #A2A8FF;
}
</style>
background-color css
<style>
a { background-color: #A2A8FF; }
a { background-color: rgb(162,168,255); }
div.DivClassName
{
background-color: #A2A8FF;
}
.BgClassName
{
background-color: #A2A8FF;
}
</style>
border-color css
<style>
span { border-color: #A2A8FF; }
span { border-color: rgb(162,168,255); }
td.TdClassName
{
border-color: #A2A8FF;
}
.TagClassName
{
border-color: #A2A8FF;
}
</style>