Shades of Dark Orchid #AF29ED
Tints of Dark Orchid #AF29ED
RGB
CMYK
RGB Variations
Color information
#AF29ED (or 0xAF29ED) is known color: Dark Orchid. HEX triplet: AF, 29 and ED. RGB value is (175,41,237). Sum of RGB (Red+Green+Blue) = 175+41+237=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF29ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29ED is #50D612. Grayscale: #666666. Windows color (decimal): -5297683 or 15542703. OLE color: 15542703.
HSL color Cylindrical-coordinate representation of color #AF29ED: hue angle of 281.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF29ED is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 41 | 237 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.07 |
| HSL | 281.02º | 0.84% | 0.55% | - |
| HSV(B) | 281.02º | 0.83% | 0.93% | - |
| XYZ | 33.76 | 16.81 | 81.59 | - |
| YUV | 103.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 237 | 0.26 | 0.83 | 0 | 0.07 | 281.02 | 0.84 | 0.55 |
| Hex | AF | 29 | ED | 1A | 53 | 0 | 7 | 119 | 54 | 37 |
| Octal | 257 | 51 | 355 | 32 | 123 | 0 | 7 | 431 | 124 | 67 |
| Binary | 10101111 | 101001 | 11101101 | 11010 | 1010011 | 0 | 111 | 100011001 | 1010100 | 110111 |
Color Harmonies of #AF29ED
Complementary color
Monochromatic Colors of #AF29ED
Black with #AF29ED
Text Example
Text Example
White with #AF29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29ED; }
p { color: rgb(175,41,237); }
H1.HeaderClassName
{
color: #AF29ED;
}
.AnyTagClassName
{
color: #AF29ED;
}
</style>
background-color css
<style>
a { background-color: #AF29ED; }
a { background-color: rgb(175,41,237); }
div.DivClassName
{
background-color: #AF29ED;
}
.BgClassName
{
background-color: #AF29ED;
}
</style>
border-color css
<style>
span { border-color: #AF29ED; }
span { border-color: rgb(175,41,237); }
td.TdClassName
{
border-color: #AF29ED;
}
.TagClassName
{
border-color: #AF29ED;
}
</style>