Shades of Perano #AFACEE
Tints of Perano #AFACEE
RGB
CMYK
RGB Variations
Color information
#AFACEE (or 0xAFACEE) is known color: Perano. HEX triplet: AF, AC and EE. RGB value is (175,172,238). Sum of RGB (Red+Green+Blue) = 175+172+238=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACEE is #505311. Grayscale: #B4B4B4. Windows color (decimal): -5264146 or 15641775. OLE color: 15641775.
HSL color Cylindrical-coordinate representation of color #AFACEE: hue angle of 242.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFACEE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 172 | 238 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.07 |
| HSL | 242.73º | 0.66% | 0.8% | - |
| HSV(B) | 242.73º | 0.28% | 0.93% | - |
| XYZ | 47.86 | 44.79 | 87.01 | - |
| YUV | 180.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 238 | 0.26 | 0.28 | 0 | 0.07 | 242.73 | 0.66 | 0.8 |
| Hex | AF | AC | EE | 1A | 1C | 0 | 7 | F3 | 42 | 50 |
| Octal | 257 | 254 | 356 | 32 | 34 | 0 | 7 | 363 | 102 | 120 |
| Binary | 10101111 | 10101100 | 11101110 | 11010 | 11100 | 0 | 111 | 11110011 | 1000010 | 1010000 |
Color Harmonies of #AFACEE
Complementary color
Monochromatic Colors of #AFACEE
Black with #AFACEE
Text Example
Text Example
White with #AFACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACEE; }
p { color: rgb(175,172,238); }
H1.HeaderClassName
{
color: #AFACEE;
}
.AnyTagClassName
{
color: #AFACEE;
}
</style>
background-color css
<style>
a { background-color: #AFACEE; }
a { background-color: rgb(175,172,238); }
div.DivClassName
{
background-color: #AFACEE;
}
.BgClassName
{
background-color: #AFACEE;
}
</style>
border-color css
<style>
span { border-color: #AFACEE; }
span { border-color: rgb(175,172,238); }
td.TdClassName
{
border-color: #AFACEE;
}
.TagClassName
{
border-color: #AFACEE;
}
</style>