Shades of Perano #AFACF3
Tints of Perano #AFACF3
RGB
CMYK
RGB Variations
Color information
#AFACF3 (or 0xAFACF3) is known color: Perano. HEX triplet: AF, AC and F3. RGB value is (175,172,243). Sum of RGB (Red+Green+Blue) = 175+172+243=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACF3 is #50530C. Grayscale: #B4B4B4. Windows color (decimal): -5264141 or 15969455. OLE color: 15969455.
HSL color Cylindrical-coordinate representation of color #AFACF3: hue angle of 242.54º degrees, saturation: 0.75, 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 #AFACF3 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 172 | 243 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.05 |
| HSL | 242.54º | 0.75% | 0.81% | - |
| HSV(B) | 242.54º | 0.29% | 0.95% | - |
| XYZ | 48.61 | 45.09 | 90.94 | - |
| YUV | 180.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 243 | 0.28 | 0.29 | 0 | 0.05 | 242.54 | 0.75 | 0.81 |
| Hex | AF | AC | F3 | 1C | 1D | 0 | 5 | F3 | 4B | 51 |
| Octal | 257 | 254 | 363 | 34 | 35 | 0 | 5 | 363 | 113 | 121 |
| Binary | 10101111 | 10101100 | 11110011 | 11100 | 11101 | 0 | 101 | 11110011 | 1001011 | 1010001 |
Color Harmonies of #AFACF3
Complementary color
Monochromatic Colors of #AFACF3
Black with #AFACF3
Text Example
Text Example
White with #AFACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACF3; }
p { color: rgb(175,172,243); }
H1.HeaderClassName
{
color: #AFACF3;
}
.AnyTagClassName
{
color: #AFACF3;
}
</style>
background-color css
<style>
a { background-color: #AFACF3; }
a { background-color: rgb(175,172,243); }
div.DivClassName
{
background-color: #AFACF3;
}
.BgClassName
{
background-color: #AFACF3;
}
</style>
border-color css
<style>
span { border-color: #AFACF3; }
span { border-color: rgb(175,172,243); }
td.TdClassName
{
border-color: #AFACF3;
}
.TagClassName
{
border-color: #AFACF3;
}
</style>