Shades of Dark Orchid #AF30DB
Tints of Dark Orchid #AF30DB
RGB
CMYK
RGB Variations
Color information
#AF30DB (or 0xAF30DB) is known color: Dark Orchid. HEX triplet: AF, 30 and DB. RGB value is (175,48,219). Sum of RGB (Red+Green+Blue) = 175+48+219=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30DB is #50CF24. Grayscale: #686868. Windows color (decimal): -5295909 or 14364847. OLE color: 14364847.
HSL color Cylindrical-coordinate representation of color #AF30DB: hue angle of 284.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF30DB is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 48 | 219 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.14 |
| HSL | 284.56º | 0.7% | 0.52% | - |
| HSV(B) | 284.56º | 0.78% | 0.86% | - |
| XYZ | 31.52 | 16.34 | 68.51 | - |
| YUV | 105.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 48 | 219 | 0.20 | 0.78 | 0 | 0.14 | 284.56 | 0.7 | 0.52 |
| Hex | AF | 30 | DB | 14 | 4E | 0 | E | 11D | 46 | 34 |
| Octal | 257 | 60 | 333 | 24 | 116 | 0 | 16 | 435 | 106 | 64 |
| Binary | 10101111 | 110000 | 11011011 | 10100 | 1001110 | 0 | 1110 | 100011101 | 1000110 | 110100 |
Color Harmonies of #AF30DB
Complementary color
Monochromatic Colors of #AF30DB
Black with #AF30DB
Text Example
Text Example
White with #AF30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF30DB; }
p { color: rgb(175,48,219); }
H1.HeaderClassName
{
color: #AF30DB;
}
.AnyTagClassName
{
color: #AF30DB;
}
</style>
background-color css
<style>
a { background-color: #AF30DB; }
a { background-color: rgb(175,48,219); }
div.DivClassName
{
background-color: #AF30DB;
}
.BgClassName
{
background-color: #AF30DB;
}
</style>
border-color css
<style>
span { border-color: #AF30DB; }
span { border-color: rgb(175,48,219); }
td.TdClassName
{
border-color: #AF30DB;
}
.TagClassName
{
border-color: #AF30DB;
}
</style>