Shades of Perano #AFACF2
Tints of Perano #AFACF2
RGB
CMYK
RGB Variations
Color information
#AFACF2 (or 0xAFACF2) is known color: Perano. HEX triplet: AF, AC and F2. RGB value is (175,172,242). Sum of RGB (Red+Green+Blue) = 175+172+242=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF2 is #50530D. Grayscale: #B4B4B4. Windows color (decimal): -5264142 or 15903919. OLE color: 15903919.
HSL color Cylindrical-coordinate representation of color #AFACF2: hue angle of 242.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFACF2 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 172 | 242 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.05 |
| HSL | 242.57º | 0.73% | 0.81% | - |
| HSV(B) | 242.57º | 0.29% | 0.95% | - |
| XYZ | 48.46 | 45.03 | 90.14 | - |
| YUV | 180.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 242 | 0.28 | 0.29 | 0 | 0.05 | 242.57 | 0.73 | 0.81 |
| Hex | AF | AC | F2 | 1C | 1D | 0 | 5 | F3 | 49 | 51 |
| Octal | 257 | 254 | 362 | 34 | 35 | 0 | 5 | 363 | 111 | 121 |
| Binary | 10101111 | 10101100 | 11110010 | 11100 | 11101 | 0 | 101 | 11110011 | 1001001 | 1010001 |
Color Harmonies of #AFACF2
Complementary color
Monochromatic Colors of #AFACF2
Black with #AFACF2
Text Example
Text Example
White with #AFACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACF2; }
p { color: rgb(175,172,242); }
H1.HeaderClassName
{
color: #AFACF2;
}
.AnyTagClassName
{
color: #AFACF2;
}
</style>
background-color css
<style>
a { background-color: #AFACF2; }
a { background-color: rgb(175,172,242); }
div.DivClassName
{
background-color: #AFACF2;
}
.BgClassName
{
background-color: #AFACF2;
}
</style>
border-color css
<style>
span { border-color: #AFACF2; }
span { border-color: rgb(175,172,242); }
td.TdClassName
{
border-color: #AFACF2;
}
.TagClassName
{
border-color: #AFACF2;
}
</style>