Shades of Perano #A8A8EA
Tints of Perano #A8A8EA
RGB
CMYK
RGB Variations
Color information
#A8A8EA (or 0xA8A8EA) is known color: Perano. HEX triplet: A8, A8 and EA. RGB value is (168,168,234). Sum of RGB (Red+Green+Blue) = 168+168+234=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8A8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A8EA is #575715. Grayscale: #AFAFAF. Windows color (decimal): -5723926 or 15378600. OLE color: 15378600.
HSL color Cylindrical-coordinate representation of color #A8A8EA: hue angle of 240º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8A8EA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 168 | 234 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.08 |
| HSL | 240º | 0.61% | 0.79% | - |
| HSV(B) | 240º | 0.28% | 0.92% | - |
| XYZ | 45 | 42.27 | 83.63 | - |
| YUV | 175.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 234 | 0.28 | 0.28 | 0 | 0.08 | 240 | 0.61 | 0.79 |
| Hex | A8 | A8 | EA | 1C | 1C | 0 | 8 | F0 | 3D | 4F |
| Octal | 250 | 250 | 352 | 34 | 34 | 0 | 10 | 360 | 75 | 117 |
| Binary | 10101000 | 10101000 | 11101010 | 11100 | 11100 | 0 | 1000 | 11110000 | 111101 | 1001111 |
Color Harmonies of #A8A8EA
Complementary color
Monochromatic Colors of #A8A8EA
Black with #A8A8EA
Text Example
Text Example
White with #A8A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A8EA; }
p { color: rgb(168,168,234); }
H1.HeaderClassName
{
color: #A8A8EA;
}
.AnyTagClassName
{
color: #A8A8EA;
}
</style>
background-color css
<style>
a { background-color: #A8A8EA; }
a { background-color: rgb(168,168,234); }
div.DivClassName
{
background-color: #A8A8EA;
}
.BgClassName
{
background-color: #A8A8EA;
}
</style>
border-color css
<style>
span { border-color: #A8A8EA; }
span { border-color: rgb(168,168,234); }
td.TdClassName
{
border-color: #A8A8EA;
}
.TagClassName
{
border-color: #A8A8EA;
}
</style>