Shades of Dark Orchid #AF34C0
Tints of Dark Orchid #AF34C0
RGB
CMYK
RGB Variations
Color information
#AF34C0 (or 0xAF34C0) is known color: Dark Orchid. HEX triplet: AF, 34 and C0. RGB value is (175,52,192). Sum of RGB (Red+Green+Blue) = 175+52+192=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF34C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34C0 is #50CB3F. Grayscale: #686868. Windows color (decimal): -5294912 or 12596399. OLE color: 12596399.
HSL color Cylindrical-coordinate representation of color #AF34C0: hue angle of 292.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF34C0 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 52 | 192 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.25 |
| HSL | 292.71º | 0.57% | 0.48% | - |
| HSV(B) | 292.71º | 0.73% | 0.75% | - |
| XYZ | 28.42 | 15.38 | 51.34 | - |
| YUV | 104.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 192 | 0.09 | 0.73 | 0 | 0.25 | 292.71 | 0.57 | 0.48 |
| Hex | AF | 34 | C0 | 9 | 49 | 0 | 19 | 125 | 39 | 30 |
| Octal | 257 | 64 | 300 | 11 | 111 | 0 | 31 | 445 | 71 | 60 |
| Binary | 10101111 | 110100 | 11000000 | 1001 | 1001001 | 0 | 11001 | 100100101 | 111001 | 110000 |
Color Harmonies of #AF34C0
Complementary color
Monochromatic Colors of #AF34C0
Black with #AF34C0
Text Example
Text Example
White with #AF34C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34C0; }
p { color: rgb(175,52,192); }
H1.HeaderClassName
{
color: #AF34C0;
}
.AnyTagClassName
{
color: #AF34C0;
}
</style>
background-color css
<style>
a { background-color: #AF34C0; }
a { background-color: rgb(175,52,192); }
div.DivClassName
{
background-color: #AF34C0;
}
.BgClassName
{
background-color: #AF34C0;
}
</style>
border-color css
<style>
span { border-color: #AF34C0; }
span { border-color: rgb(175,52,192); }
td.TdClassName
{
border-color: #AF34C0;
}
.TagClassName
{
border-color: #AF34C0;
}
</style>