Shades of Perano #AFAFE5
Tints of Perano #AFAFE5
RGB
CMYK
RGB Variations
Color information
#AFAFE5 (or 0xAFAFE5) is known color: Perano. HEX triplet: AF, AF and E5. RGB value is (175,175,229). Sum of RGB (Red+Green+Blue) = 175+175+229=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFE5 is #50501A. Grayscale: #B4B4B4. Windows color (decimal): -5263387 or 15052719. OLE color: 15052719.
HSL color Cylindrical-coordinate representation of color #AFAFE5: hue angle of 240º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFAFE5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 175 | 229 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.10 |
| HSL | 240º | 0.51% | 0.79% | - |
| HSV(B) | 240º | 0.24% | 0.9% | - |
| XYZ | 47.15 | 45.43 | 80.41 | - |
| YUV | 181.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 229 | 0.24 | 0.24 | 0 | 0.10 | 240 | 0.51 | 0.79 |
| Hex | AF | AF | E5 | 18 | 18 | 0 | A | F0 | 33 | 4F |
| Octal | 257 | 257 | 345 | 30 | 30 | 0 | 12 | 360 | 63 | 117 |
| Binary | 10101111 | 10101111 | 11100101 | 11000 | 11000 | 0 | 1010 | 11110000 | 110011 | 1001111 |
Color Harmonies of #AFAFE5
Complementary color
Monochromatic Colors of #AFAFE5
Black with #AFAFE5
Text Example
Text Example
White with #AFAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFE5; }
p { color: rgb(175,175,229); }
H1.HeaderClassName
{
color: #AFAFE5;
}
.AnyTagClassName
{
color: #AFAFE5;
}
</style>
background-color css
<style>
a { background-color: #AFAFE5; }
a { background-color: rgb(175,175,229); }
div.DivClassName
{
background-color: #AFAFE5;
}
.BgClassName
{
background-color: #AFAFE5;
}
</style>
border-color css
<style>
span { border-color: #AFAFE5; }
span { border-color: rgb(175,175,229); }
td.TdClassName
{
border-color: #AFAFE5;
}
.TagClassName
{
border-color: #AFAFE5;
}
</style>