Shades of Dark Orchid #AF34E6
Tints of Dark Orchid #AF34E6
RGB
CMYK
RGB Variations
Color information
#AF34E6 (or 0xAF34E6) is known color: Dark Orchid. HEX triplet: AF, 34 and E6. RGB value is (175,52,230). Sum of RGB (Red+Green+Blue) = 175+52+230=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF34E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34E6 is #50CB19. Grayscale: #6C6C6C. Windows color (decimal): -5294874 or 15086767. OLE color: 15086767.
HSL color Cylindrical-coordinate representation of color #AF34E6: hue angle of 281.46º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF34E6 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 52 | 230 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.10 |
| HSL | 281.46º | 0.78% | 0.55% | - |
| HSV(B) | 281.46º | 0.77% | 0.9% | - |
| XYZ | 33.19 | 17.28 | 76.45 | - |
| YUV | 109.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 230 | 0.24 | 0.77 | 0 | 0.10 | 281.46 | 0.78 | 0.55 |
| Hex | AF | 34 | E6 | 18 | 4D | 0 | A | 119 | 4E | 37 |
| Octal | 257 | 64 | 346 | 30 | 115 | 0 | 12 | 431 | 116 | 67 |
| Binary | 10101111 | 110100 | 11100110 | 11000 | 1001101 | 0 | 1010 | 100011001 | 1001110 | 110111 |
Color Harmonies of #AF34E6
Complementary color
Monochromatic Colors of #AF34E6
Black with #AF34E6
Text Example
Text Example
White with #AF34E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF34E6; }
p { color: rgb(175,52,230); }
H1.HeaderClassName
{
color: #AF34E6;
}
.AnyTagClassName
{
color: #AF34E6;
}
</style>
background-color css
<style>
a { background-color: #AF34E6; }
a { background-color: rgb(175,52,230); }
div.DivClassName
{
background-color: #AF34E6;
}
.BgClassName
{
background-color: #AF34E6;
}
</style>
border-color css
<style>
span { border-color: #AF34E6; }
span { border-color: rgb(175,52,230); }
td.TdClassName
{
border-color: #AF34E6;
}
.TagClassName
{
border-color: #AF34E6;
}
</style>