Shades of Dark Violet #AE0BCB
Tints of Dark Violet #AE0BCB
RGB
CMYK
RGB Variations
Color information
#AE0BCB (or 0xAE0BCB) is known color: Dark Violet. HEX triplet: AE, 0B and CB. RGB value is (174,11,203). Sum of RGB (Red+Green+Blue) = 174+11+203=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE0BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BCB is #51F434. Grayscale: #515151. Windows color (decimal): -5370933 or 13306798. OLE color: 13306798.
HSL color Cylindrical-coordinate representation of color #AE0BCB: hue angle of 290.94º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0BCB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 11 | 203 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.20 |
| HSL | 290.94º | 0.9% | 0.42% | - |
| HSV(B) | 290.94º | 0.95% | 0.8% | - |
| XYZ | 28.35 | 13.55 | 57.62 | - |
| YUV | 81.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 203 | 0.14 | 0.95 | 0 | 0.20 | 290.94 | 0.9 | 0.42 |
| Hex | AE | B | CB | E | 5F | 0 | 14 | 123 | 5A | 2A |
| Octal | 256 | 13 | 313 | 16 | 137 | 0 | 24 | 443 | 132 | 52 |
| Binary | 10101110 | 1011 | 11001011 | 1110 | 1011111 | 0 | 10100 | 100100011 | 1011010 | 101010 |
Color Harmonies of #AE0BCB
Complementary color
Monochromatic Colors of #AE0BCB
Black with #AE0BCB
Text Example
Text Example
White with #AE0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0BCB; }
p { color: rgb(174,11,203); }
H1.HeaderClassName
{
color: #AE0BCB;
}
.AnyTagClassName
{
color: #AE0BCB;
}
</style>
background-color css
<style>
a { background-color: #AE0BCB; }
a { background-color: rgb(174,11,203); }
div.DivClassName
{
background-color: #AE0BCB;
}
.BgClassName
{
background-color: #AE0BCB;
}
</style>
border-color css
<style>
span { border-color: #AE0BCB; }
span { border-color: rgb(174,11,203); }
td.TdClassName
{
border-color: #AE0BCB;
}
.TagClassName
{
border-color: #AE0BCB;
}
</style>