Shades of Perano #A8AFF4
Tints of Perano #A8AFF4
RGB
CMYK
RGB Variations
Color information
#A8AFF4 (or 0xA8AFF4) is known color: Perano. HEX triplet: A8, AF and F4. RGB value is (168,175,244). Sum of RGB (Red+Green+Blue) = 168+175+244=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #A8AFF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFF4 is #57500B. Grayscale: #B4B4B4. Windows color (decimal): -5722124 or 16035752. OLE color: 16035752.
HSL color Cylindrical-coordinate representation of color #A8AFF4: hue angle of 234.47º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8AFF4 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 175 | 244 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.04 |
| HSL | 234.47º | 0.78% | 0.81% | - |
| HSV(B) | 234.47º | 0.31% | 0.96% | - |
| XYZ | 47.81 | 45.52 | 91.85 | - |
| YUV | 180.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 244 | 0.31 | 0.28 | 0 | 0.04 | 234.47 | 0.78 | 0.81 |
| Hex | A8 | AF | F4 | 1F | 1C | 0 | 4 | EA | 4E | 51 |
| Octal | 250 | 257 | 364 | 37 | 34 | 0 | 4 | 352 | 116 | 121 |
| Binary | 10101000 | 10101111 | 11110100 | 11111 | 11100 | 0 | 100 | 11101010 | 1001110 | 1010001 |
Color Harmonies of #A8AFF4
Complementary color
Monochromatic Colors of #A8AFF4
Black with #A8AFF4
Text Example
Text Example
White with #A8AFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFF4; }
p { color: rgb(168,175,244); }
H1.HeaderClassName
{
color: #A8AFF4;
}
.AnyTagClassName
{
color: #A8AFF4;
}
</style>
background-color css
<style>
a { background-color: #A8AFF4; }
a { background-color: rgb(168,175,244); }
div.DivClassName
{
background-color: #A8AFF4;
}
.BgClassName
{
background-color: #A8AFF4;
}
</style>
border-color css
<style>
span { border-color: #A8AFF4; }
span { border-color: rgb(168,175,244); }
td.TdClassName
{
border-color: #A8AFF4;
}
.TagClassName
{
border-color: #A8AFF4;
}
</style>