Shades of Perano #A8A8FF
Tints of Perano #A8A8FF
RGB
CMYK
RGB Variations
Color information
#A8A8FF (or 0xA8A8FF) is known color: Perano. HEX triplet: A8, A8 and FF. RGB value is (168,168,255). Sum of RGB (Red+Green+Blue) = 168+168+255=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A8FF is #575700. Grayscale: #B1B1B1. Windows color (decimal): -5723905 or 16754856. OLE color: 16754856.
HSL color Cylindrical-coordinate representation of color #A8A8FF: hue angle of 240º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8A8FF is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 168 | 255 | - |
| CMYK | 0.34 | 0.34 | 0 | 0 |
| HSL | 240º | 1% | 0.83% | - |
| HSV(B) | 240º | 0.34% | 1% | - |
| XYZ | 48.2 | 43.55 | 100.47 | - |
| YUV | 177.92 | 171.5 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 255 | 0.34 | 0.34 | 0 | 0 | 240 | 1 | 0.83 |
| Hex | A8 | A8 | FF | 22 | 22 | 0 | 0 | F0 | 64 | 53 |
| Octal | 250 | 250 | 377 | 42 | 42 | 0 | 0 | 360 | 144 | 123 |
| Binary | 10101000 | 10101000 | 11111111 | 100010 | 100010 | 0 | 0 | 11110000 | 1100100 | 1010011 |
Color Harmonies of #A8A8FF
Complementary color
Monochromatic Colors of #A8A8FF
Black with #A8A8FF
Text Example
Text Example
White with #A8A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8FF; }
p { color: rgb(168,168,255); }
H1.HeaderClassName
{
color: #A8A8FF;
}
.AnyTagClassName
{
color: #A8A8FF;
}
</style>
background-color css
<style>
a { background-color: #A8A8FF; }
a { background-color: rgb(168,168,255); }
div.DivClassName
{
background-color: #A8A8FF;
}
.BgClassName
{
background-color: #A8A8FF;
}
</style>
border-color css
<style>
span { border-color: #A8A8FF; }
span { border-color: rgb(168,168,255); }
td.TdClassName
{
border-color: #A8A8FF;
}
.TagClassName
{
border-color: #A8A8FF;
}
</style>