Shades of Dark Orchid #AF33D0
Tints of Dark Orchid #AF33D0
RGB
CMYK
RGB Variations
Color information
#AF33D0 (or 0xAF33D0) is known color: Dark Orchid. HEX triplet: AF, 33 and D0. RGB value is (175,51,208). Sum of RGB (Red+Green+Blue) = 175+51+208=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF33D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33D0 is #50CC2F. Grayscale: #696969. Windows color (decimal): -5295152 or 13644719. OLE color: 13644719.
HSL color Cylindrical-coordinate representation of color #AF33D0: hue angle of 287.39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF33D0 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 51 | 208 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.18 |
| HSL | 287.39º | 0.63% | 0.51% | - |
| HSV(B) | 287.39º | 0.75% | 0.82% | - |
| XYZ | 30.25 | 16.04 | 61.18 | - |
| YUV | 105.97 | 185.58 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 208 | 0.16 | 0.75 | 0 | 0.18 | 287.39 | 0.63 | 0.51 |
| Hex | AF | 33 | D0 | 10 | 4B | 0 | 12 | 11F | 3F | 33 |
| Octal | 257 | 63 | 320 | 20 | 113 | 0 | 22 | 437 | 77 | 63 |
| Binary | 10101111 | 110011 | 11010000 | 10000 | 1001011 | 0 | 10010 | 100011111 | 111111 | 110011 |
Color Harmonies of #AF33D0
Complementary color
Monochromatic Colors of #AF33D0
Black with #AF33D0
Text Example
Text Example
White with #AF33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33D0; }
p { color: rgb(175,51,208); }
H1.HeaderClassName
{
color: #AF33D0;
}
.AnyTagClassName
{
color: #AF33D0;
}
</style>
background-color css
<style>
a { background-color: #AF33D0; }
a { background-color: rgb(175,51,208); }
div.DivClassName
{
background-color: #AF33D0;
}
.BgClassName
{
background-color: #AF33D0;
}
</style>
border-color css
<style>
span { border-color: #AF33D0; }
span { border-color: rgb(175,51,208); }
td.TdClassName
{
border-color: #AF33D0;
}
.TagClassName
{
border-color: #AF33D0;
}
</style>