Shades of Perano #AFAFE3
Tints of Perano #AFAFE3
RGB
CMYK
RGB Variations
Color information
#AFAFE3 (or 0xAFAFE3) is known color: Perano. HEX triplet: AF, AF and E3. RGB value is (175,175,227). Sum of RGB (Red+Green+Blue) = 175+175+227=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFAFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFE3 is #50501C. Grayscale: #B4B4B4. Windows color (decimal): -5263389 or 14921647. OLE color: 14921647.
HSL color Cylindrical-coordinate representation of color #AFAFE3: hue angle of 240º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAFE3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 175 | 227 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.11 |
| HSL | 240º | 0.48% | 0.79% | - |
| HSV(B) | 240º | 0.23% | 0.89% | - |
| XYZ | 46.87 | 45.32 | 78.95 | - |
| YUV | 180.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 227 | 0.23 | 0.23 | 0 | 0.11 | 240 | 0.48 | 0.79 |
| Hex | AF | AF | E3 | 17 | 17 | 0 | B | F0 | 30 | 4F |
| Octal | 257 | 257 | 343 | 27 | 27 | 0 | 13 | 360 | 60 | 117 |
| Binary | 10101111 | 10101111 | 11100011 | 10111 | 10111 | 0 | 1011 | 11110000 | 110000 | 1001111 |
Color Harmonies of #AFAFE3
Complementary color
Monochromatic Colors of #AFAFE3
Black with #AFAFE3
Text Example
Text Example
White with #AFAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFE3; }
p { color: rgb(175,175,227); }
H1.HeaderClassName
{
color: #AFAFE3;
}
.AnyTagClassName
{
color: #AFAFE3;
}
</style>
background-color css
<style>
a { background-color: #AFAFE3; }
a { background-color: rgb(175,175,227); }
div.DivClassName
{
background-color: #AFAFE3;
}
.BgClassName
{
background-color: #AFAFE3;
}
</style>
border-color css
<style>
span { border-color: #AFAFE3; }
span { border-color: rgb(175,175,227); }
td.TdClassName
{
border-color: #AFAFE3;
}
.TagClassName
{
border-color: #AFAFE3;
}
</style>