Shades of Dark Orchid #A725DB
Tints of Dark Orchid #A725DB
RGB
CMYK
RGB Variations
Color information
#A725DB (or 0xA725DB) is known color: Dark Orchid. HEX triplet: A7, 25 and DB. RGB value is (167,37,219). Sum of RGB (Red+Green+Blue) = 167+37+219=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A725DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725DB is #58DA24. Grayscale: #606060. Windows color (decimal): -5823013 or 14362023. OLE color: 14362023.
HSL color Cylindrical-coordinate representation of color #A725DB: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A725DB is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 37 | 219 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.14 |
| HSL | 282.86º | 0.72% | 0.5% | - |
| HSV(B) | 282.86º | 0.83% | 0.86% | - |
| XYZ | 29.38 | 14.65 | 68.3 | - |
| YUV | 96.62 | 197.07 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 219 | 0.24 | 0.83 | 0 | 0.14 | 282.86 | 0.72 | 0.5 |
| Hex | A7 | 25 | DB | 18 | 53 | 0 | E | 11B | 48 | 32 |
| Octal | 247 | 45 | 333 | 30 | 123 | 0 | 16 | 433 | 110 | 62 |
| Binary | 10100111 | 100101 | 11011011 | 11000 | 1010011 | 0 | 1110 | 100011011 | 1001000 | 110010 |
Color Harmonies of #A725DB
Complementary color
Monochromatic Colors of #A725DB
Black with #A725DB
Text Example
Text Example
White with #A725DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725DB; }
p { color: rgb(167,37,219); }
H1.HeaderClassName
{
color: #A725DB;
}
.AnyTagClassName
{
color: #A725DB;
}
</style>
background-color css
<style>
a { background-color: #A725DB; }
a { background-color: rgb(167,37,219); }
div.DivClassName
{
background-color: #A725DB;
}
.BgClassName
{
background-color: #A725DB;
}
</style>
border-color css
<style>
span { border-color: #A725DB; }
span { border-color: rgb(167,37,219); }
td.TdClassName
{
border-color: #A725DB;
}
.TagClassName
{
border-color: #A725DB;
}
</style>