Shades of Perano #AFACF1
Tints of Perano #AFACF1
RGB
CMYK
RGB Variations
Color information
#AFACF1 (or 0xAFACF1) is known color: Perano. HEX triplet: AF, AC and F1. RGB value is (175,172,241). Sum of RGB (Red+Green+Blue) = 175+172+241=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF1 is #50530E. Grayscale: #B4B4B4. Windows color (decimal): -5264143 or 15838383. OLE color: 15838383.
HSL color Cylindrical-coordinate representation of color #AFACF1: hue angle of 242.61º degrees, saturation: 0.71, 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 #AFACF1 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 172 | 241 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.05 |
| HSL | 242.61º | 0.71% | 0.81% | - |
| HSV(B) | 242.61º | 0.29% | 0.95% | - |
| XYZ | 48.31 | 44.97 | 89.35 | - |
| YUV | 180.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 241 | 0.27 | 0.29 | 0 | 0.05 | 242.61 | 0.71 | 0.81 |
| Hex | AF | AC | F1 | 1B | 1D | 0 | 5 | F3 | 47 | 51 |
| Octal | 257 | 254 | 361 | 33 | 35 | 0 | 5 | 363 | 107 | 121 |
| Binary | 10101111 | 10101100 | 11110001 | 11011 | 11101 | 0 | 101 | 11110011 | 1000111 | 1010001 |
Color Harmonies of #AFACF1
Complementary color
Monochromatic Colors of #AFACF1
Black with #AFACF1
Text Example
Text Example
White with #AFACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACF1; }
p { color: rgb(175,172,241); }
H1.HeaderClassName
{
color: #AFACF1;
}
.AnyTagClassName
{
color: #AFACF1;
}
</style>
background-color css
<style>
a { background-color: #AFACF1; }
a { background-color: rgb(175,172,241); }
div.DivClassName
{
background-color: #AFACF1;
}
.BgClassName
{
background-color: #AFACF1;
}
</style>
border-color css
<style>
span { border-color: #AFACF1; }
span { border-color: rgb(175,172,241); }
td.TdClassName
{
border-color: #AFACF1;
}
.TagClassName
{
border-color: #AFACF1;
}
</style>