Shades of Perano #A4AFFA
Tints of Perano #A4AFFA
RGB
CMYK
RGB Variations
Color information
#A4AFFA (or 0xA4AFFA) is known color: Perano. HEX triplet: A4, AF and FA. RGB value is (164,175,250). Sum of RGB (Red+Green+Blue) = 164+175+250=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFFA is #5B5005. Grayscale: #B3B3B3. Windows color (decimal): -5984262 or 16428964. OLE color: 16428964.
HSL color Cylindrical-coordinate representation of color #A4AFFA: hue angle of 232.33º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4AFFA is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 175 | 250 | - |
| CMYK | 0.34 | 0.3 | 0 | 0.02 |
| HSL | 232.33º | 0.9% | 0.81% | - |
| HSV(B) | 232.33º | 0.34% | 0.98% | - |
| XYZ | 47.9 | 45.45 | 96.69 | - |
| YUV | 180.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 250 | 0.34 | 0.3 | 0 | 0.02 | 232.33 | 0.9 | 0.81 |
| Hex | A4 | AF | FA | 22 | 1E | 0 | 2 | E8 | 5A | 51 |
| Octal | 244 | 257 | 372 | 42 | 36 | 0 | 2 | 350 | 132 | 121 |
| Binary | 10100100 | 10101111 | 11111010 | 100010 | 11110 | 0 | 10 | 11101000 | 1011010 | 1010001 |
Color Harmonies of #A4AFFA
Complementary color
Monochromatic Colors of #A4AFFA
Black with #A4AFFA
Text Example
Text Example
White with #A4AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AFFA; }
p { color: rgb(164,175,250); }
H1.HeaderClassName
{
color: #A4AFFA;
}
.AnyTagClassName
{
color: #A4AFFA;
}
</style>
background-color css
<style>
a { background-color: #A4AFFA; }
a { background-color: rgb(164,175,250); }
div.DivClassName
{
background-color: #A4AFFA;
}
.BgClassName
{
background-color: #A4AFFA;
}
</style>
border-color css
<style>
span { border-color: #A4AFFA; }
span { border-color: rgb(164,175,250); }
td.TdClassName
{
border-color: #A4AFFA;
}
.TagClassName
{
border-color: #A4AFFA;
}
</style>