Shades of Perano #AFA5FA
Tints of Perano #AFA5FA
RGB
CMYK
RGB Variations
Color information
#AFA5FA (or 0xAFA5FA) is known color: Perano. HEX triplet: AF, A5 and FA. RGB value is (175,165,250). Sum of RGB (Red+Green+Blue) = 175+165+250=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5FA is #505A05. Grayscale: #B1B1B1. Windows color (decimal): -5265926 or 16426415. OLE color: 16426415.
HSL color Cylindrical-coordinate representation of color #AFA5FA: hue angle of 247.06º degrees, saturation: 0.89, 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 #AFA5FA is Cyan = 0.3, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 165 | 250 | - |
| CMYK | 0.3 | 0.34 | 0 | 0.02 |
| HSL | 247.06º | 0.89% | 0.81% | - |
| HSV(B) | 247.06º | 0.34% | 0.98% | - |
| XYZ | 48.39 | 42.93 | 96.18 | - |
| YUV | 177.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 250 | 0.3 | 0.34 | 0 | 0.02 | 247.06 | 0.89 | 0.81 |
| Hex | AF | A5 | FA | 1E | 22 | 0 | 2 | F7 | 59 | 51 |
| Octal | 257 | 245 | 372 | 36 | 42 | 0 | 2 | 367 | 131 | 121 |
| Binary | 10101111 | 10100101 | 11111010 | 11110 | 100010 | 0 | 10 | 11110111 | 1011001 | 1010001 |
Color Harmonies of #AFA5FA
Complementary color
Monochromatic Colors of #AFA5FA
Black with #AFA5FA
Text Example
Text Example
White with #AFA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA5FA; }
p { color: rgb(175,165,250); }
H1.HeaderClassName
{
color: #AFA5FA;
}
.AnyTagClassName
{
color: #AFA5FA;
}
</style>
background-color css
<style>
a { background-color: #AFA5FA; }
a { background-color: rgb(175,165,250); }
div.DivClassName
{
background-color: #AFA5FA;
}
.BgClassName
{
background-color: #AFA5FA;
}
</style>
border-color css
<style>
span { border-color: #AFA5FA; }
span { border-color: rgb(175,165,250); }
td.TdClassName
{
border-color: #AFA5FA;
}
.TagClassName
{
border-color: #AFA5FA;
}
</style>