Shades of Dark Orchid #AF33D7
Tints of Dark Orchid #AF33D7
RGB
CMYK
RGB Variations
Color information
#AF33D7 (or 0xAF33D7) is known color: Dark Orchid. HEX triplet: AF, 33 and D7. RGB value is (175,51,215). Sum of RGB (Red+Green+Blue) = 175+51+215=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF33D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33D7 is #50CC28. Grayscale: #6A6A6A. Windows color (decimal): -5295145 or 14103471. OLE color: 14103471.
HSL color Cylindrical-coordinate representation of color #AF33D7: hue angle of 285.37º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF33D7 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 51 | 215 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.16 |
| HSL | 285.37º | 0.67% | 0.52% | - |
| HSV(B) | 285.37º | 0.76% | 0.84% | - |
| XYZ | 31.13 | 16.39 | 65.81 | - |
| YUV | 106.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 215 | 0.19 | 0.76 | 0 | 0.16 | 285.37 | 0.67 | 0.52 |
| Hex | AF | 33 | D7 | 13 | 4C | 0 | 10 | 11D | 43 | 34 |
| Octal | 257 | 63 | 327 | 23 | 114 | 0 | 20 | 435 | 103 | 64 |
| Binary | 10101111 | 110011 | 11010111 | 10011 | 1001100 | 0 | 10000 | 100011101 | 1000011 | 110100 |
Color Harmonies of #AF33D7
Complementary color
Monochromatic Colors of #AF33D7
Black with #AF33D7
Text Example
Text Example
White with #AF33D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33D7; }
p { color: rgb(175,51,215); }
H1.HeaderClassName
{
color: #AF33D7;
}
.AnyTagClassName
{
color: #AF33D7;
}
</style>
background-color css
<style>
a { background-color: #AF33D7; }
a { background-color: rgb(175,51,215); }
div.DivClassName
{
background-color: #AF33D7;
}
.BgClassName
{
background-color: #AF33D7;
}
</style>
border-color css
<style>
span { border-color: #AF33D7; }
span { border-color: rgb(175,51,215); }
td.TdClassName
{
border-color: #AF33D7;
}
.TagClassName
{
border-color: #AF33D7;
}
</style>