Shades of Dark Orchid #AF33DB
Tints of Dark Orchid #AF33DB
RGB
CMYK
RGB Variations
Color information
#AF33DB (or 0xAF33DB) is known color: Dark Orchid. HEX triplet: AF, 33 and DB. RGB value is (175,51,219). Sum of RGB (Red+Green+Blue) = 175+51+219=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF33DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33DB is #50CC24. Grayscale: #6A6A6A. Windows color (decimal): -5295141 or 14365615. OLE color: 14365615.
HSL color Cylindrical-coordinate representation of color #AF33DB: hue angle of 284.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF33DB is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 51 | 219 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.14 |
| HSL | 284.29º | 0.7% | 0.53% | - |
| HSV(B) | 284.29º | 0.77% | 0.86% | - |
| XYZ | 31.65 | 16.6 | 68.55 | - |
| YUV | 107.23 | 191.08 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 219 | 0.20 | 0.77 | 0 | 0.14 | 284.29 | 0.7 | 0.53 |
| Hex | AF | 33 | DB | 14 | 4D | 0 | E | 11C | 46 | 35 |
| Octal | 257 | 63 | 333 | 24 | 115 | 0 | 16 | 434 | 106 | 65 |
| Binary | 10101111 | 110011 | 11011011 | 10100 | 1001101 | 0 | 1110 | 100011100 | 1000110 | 110101 |
Color Harmonies of #AF33DB
Complementary color
Monochromatic Colors of #AF33DB
Black with #AF33DB
Text Example
Text Example
White with #AF33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33DB; }
p { color: rgb(175,51,219); }
H1.HeaderClassName
{
color: #AF33DB;
}
.AnyTagClassName
{
color: #AF33DB;
}
</style>
background-color css
<style>
a { background-color: #AF33DB; }
a { background-color: rgb(175,51,219); }
div.DivClassName
{
background-color: #AF33DB;
}
.BgClassName
{
background-color: #AF33DB;
}
</style>
border-color css
<style>
span { border-color: #AF33DB; }
span { border-color: rgb(175,51,219); }
td.TdClassName
{
border-color: #AF33DB;
}
.TagClassName
{
border-color: #AF33DB;
}
</style>