Shades of Perano #A8A4FE
Tints of Perano #A8A4FE
RGB
CMYK
RGB Variations
Color information
#A8A4FE (or 0xA8A4FE) is known color: Perano. HEX triplet: A8, A4 and FE. RGB value is (168,164,254). Sum of RGB (Red+Green+Blue) = 168+164+254=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A4FE is #575B01. Grayscale: #AFAFAF. Windows color (decimal): -5724930 or 16688296. OLE color: 16688296.
HSL color Cylindrical-coordinate representation of color #A8A4FE: hue angle of 242.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8A4FE is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 164 | 254 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.00 |
| HSL | 242.67º | 0.98% | 0.82% | - |
| HSV(B) | 242.67º | 0.35% | 1% | - |
| XYZ | 47.31 | 42.03 | 99.39 | - |
| YUV | 175.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 254 | 0.34 | 0.35 | 0 | 0.00 | 242.67 | 0.98 | 0.82 |
| Hex | A8 | A4 | FE | 22 | 23 | 0 | 0 | F3 | 62 | 52 |
| Octal | 250 | 244 | 376 | 42 | 43 | 0 | 0 | 363 | 142 | 122 |
| Binary | 10101000 | 10100100 | 11111110 | 100010 | 100011 | 0 | 0 | 11110011 | 1100010 | 1010010 |
Color Harmonies of #A8A4FE
Complementary color
Monochromatic Colors of #A8A4FE
Black with #A8A4FE
Text Example
Text Example
White with #A8A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A4FE; }
p { color: rgb(168,164,254); }
H1.HeaderClassName
{
color: #A8A4FE;
}
.AnyTagClassName
{
color: #A8A4FE;
}
</style>
background-color css
<style>
a { background-color: #A8A4FE; }
a { background-color: rgb(168,164,254); }
div.DivClassName
{
background-color: #A8A4FE;
}
.BgClassName
{
background-color: #A8A4FE;
}
</style>
border-color css
<style>
span { border-color: #A8A4FE; }
span { border-color: rgb(168,164,254); }
td.TdClassName
{
border-color: #A8A4FE;
}
.TagClassName
{
border-color: #A8A4FE;
}
</style>