Shades of Perano #AFA0FF
Tints of Perano #AFA0FF
RGB
CMYK
RGB Variations
Color information
#AFA0FF (or 0xAFA0FF) is known color: Perano. HEX triplet: AF, A0 and FF. RGB value is (175,160,255). Sum of RGB (Red+Green+Blue) = 175+160+255=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFA0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0FF is #505F00. Grayscale: #AEAEAE. Windows color (decimal): -5267201 or 16752815. OLE color: 16752815.
HSL color Cylindrical-coordinate representation of color #AFA0FF: hue angle of 249.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFA0FF is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 160 | 255 | - |
| CMYK | 0.31 | 0.37 | 0 | 0 |
| HSL | 249.47º | 1% | 0.81% | - |
| HSV(B) | 249.47º | 0.37% | 1% | - |
| XYZ | 48.3 | 41.48 | 100.07 | - |
| YUV | 175.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 255 | 0.31 | 0.37 | 0 | 0 | 249.47 | 1 | 0.81 |
| Hex | AF | A0 | FF | 1F | 25 | 0 | 0 | F9 | 64 | 51 |
| Octal | 257 | 240 | 377 | 37 | 45 | 0 | 0 | 371 | 144 | 121 |
| Binary | 10101111 | 10100000 | 11111111 | 11111 | 100101 | 0 | 0 | 11111001 | 1100100 | 1010001 |
Color Harmonies of #AFA0FF
Complementary color
Monochromatic Colors of #AFA0FF
Black with #AFA0FF
Text Example
Text Example
White with #AFA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0FF; }
p { color: rgb(175,160,255); }
H1.HeaderClassName
{
color: #AFA0FF;
}
.AnyTagClassName
{
color: #AFA0FF;
}
</style>
background-color css
<style>
a { background-color: #AFA0FF; }
a { background-color: rgb(175,160,255); }
div.DivClassName
{
background-color: #AFA0FF;
}
.BgClassName
{
background-color: #AFA0FF;
}
</style>
border-color css
<style>
span { border-color: #AFA0FF; }
span { border-color: rgb(175,160,255); }
td.TdClassName
{
border-color: #AFA0FF;
}
.TagClassName
{
border-color: #AFA0FF;
}
</style>