Shades of Perano #AFA5F2
Tints of Perano #AFA5F2
RGB
CMYK
RGB Variations
Color information
#AFA5F2 (or 0xAFA5F2) is known color: Perano. HEX triplet: AF, A5 and F2. RGB value is (175,165,242). Sum of RGB (Red+Green+Blue) = 175+165+242=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFA5F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5F2 is #505A0D. Grayscale: #B0B0B0. Windows color (decimal): -5265934 or 15902127. OLE color: 15902127.
HSL color Cylindrical-coordinate representation of color #AFA5F2: hue angle of 247.79º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA5F2 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 165 | 242 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.05 |
| HSL | 247.79º | 0.75% | 0.8% | - |
| HSV(B) | 247.79º | 0.32% | 0.95% | - |
| XYZ | 47.16 | 42.44 | 89.71 | - |
| YUV | 176.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 165 | 242 | 0.28 | 0.32 | 0 | 0.05 | 247.79 | 0.75 | 0.8 |
| Hex | AF | A5 | F2 | 1C | 20 | 0 | 5 | F8 | 4B | 50 |
| Octal | 257 | 245 | 362 | 34 | 40 | 0 | 5 | 370 | 113 | 120 |
| Binary | 10101111 | 10100101 | 11110010 | 11100 | 100000 | 0 | 101 | 11111000 | 1001011 | 1010000 |
Color Harmonies of #AFA5F2
Complementary color
Monochromatic Colors of #AFA5F2
Black with #AFA5F2
Text Example
Text Example
White with #AFA5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA5F2; }
p { color: rgb(175,165,242); }
H1.HeaderClassName
{
color: #AFA5F2;
}
.AnyTagClassName
{
color: #AFA5F2;
}
</style>
background-color css
<style>
a { background-color: #AFA5F2; }
a { background-color: rgb(175,165,242); }
div.DivClassName
{
background-color: #AFA5F2;
}
.BgClassName
{
background-color: #AFA5F2;
}
</style>
border-color css
<style>
span { border-color: #AFA5F2; }
span { border-color: rgb(175,165,242); }
td.TdClassName
{
border-color: #AFA5F2;
}
.TagClassName
{
border-color: #AFA5F2;
}
</style>