Shades of Perano #AFAEEB
Tints of Perano #AFAEEB
RGB
CMYK
RGB Variations
Color information
#AFAEEB (or 0xAFAEEB) is known color: Perano. HEX triplet: AF, AE and EB. RGB value is (175,174,235). Sum of RGB (Red+Green+Blue) = 175+174+235=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEB is #505114. Grayscale: #B5B5B5. Windows color (decimal): -5263637 or 15445679. OLE color: 15445679.
HSL color Cylindrical-coordinate representation of color #AFAEEB: hue angle of 240.98º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFAEEB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 174 | 235 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.08 |
| HSL | 240.98º | 0.6% | 0.8% | - |
| HSV(B) | 240.98º | 0.26% | 0.92% | - |
| XYZ | 47.81 | 45.38 | 84.84 | - |
| YUV | 181.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 235 | 0.26 | 0.26 | 0 | 0.08 | 240.98 | 0.6 | 0.8 |
| Hex | AF | AE | EB | 1A | 1A | 0 | 8 | F1 | 3C | 50 |
| Octal | 257 | 256 | 353 | 32 | 32 | 0 | 10 | 361 | 74 | 120 |
| Binary | 10101111 | 10101110 | 11101011 | 11010 | 11010 | 0 | 1000 | 11110001 | 111100 | 1010000 |
Color Harmonies of #AFAEEB
Complementary color
Monochromatic Colors of #AFAEEB
Black with #AFAEEB
Text Example
Text Example
White with #AFAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAEEB; }
p { color: rgb(175,174,235); }
H1.HeaderClassName
{
color: #AFAEEB;
}
.AnyTagClassName
{
color: #AFAEEB;
}
</style>
background-color css
<style>
a { background-color: #AFAEEB; }
a { background-color: rgb(175,174,235); }
div.DivClassName
{
background-color: #AFAEEB;
}
.BgClassName
{
background-color: #AFAEEB;
}
</style>
border-color css
<style>
span { border-color: #AFAEEB; }
span { border-color: rgb(175,174,235); }
td.TdClassName
{
border-color: #AFAEEB;
}
.TagClassName
{
border-color: #AFAEEB;
}
</style>