Shades of Dark Orchid #A727DB
Tints of Dark Orchid #A727DB
RGB
CMYK
RGB Variations
Color information
#A727DB (or 0xA727DB) is known color: Dark Orchid. HEX triplet: A7, 27 and DB. RGB value is (167,39,219). Sum of RGB (Red+Green+Blue) = 167+39+219=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A727DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727DB is #58D824. Grayscale: #616161. Windows color (decimal): -5822501 or 14362535. OLE color: 14362535.
HSL color Cylindrical-coordinate representation of color #A727DB: hue angle of 282.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A727DB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 39 | 219 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.14 |
| HSL | 282.67º | 0.71% | 0.51% | - |
| HSV(B) | 282.67º | 0.82% | 0.86% | - |
| XYZ | 29.45 | 14.78 | 68.32 | - |
| YUV | 97.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 219 | 0.24 | 0.82 | 0 | 0.14 | 282.67 | 0.71 | 0.51 |
| Hex | A7 | 27 | DB | 18 | 52 | 0 | E | 11B | 47 | 33 |
| Octal | 247 | 47 | 333 | 30 | 122 | 0 | 16 | 433 | 107 | 63 |
| Binary | 10100111 | 100111 | 11011011 | 11000 | 1010010 | 0 | 1110 | 100011011 | 1000111 | 110011 |
Color Harmonies of #A727DB
Complementary color
Monochromatic Colors of #A727DB
Black with #A727DB
Text Example
Text Example
White with #A727DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A727DB; }
p { color: rgb(167,39,219); }
H1.HeaderClassName
{
color: #A727DB;
}
.AnyTagClassName
{
color: #A727DB;
}
</style>
background-color css
<style>
a { background-color: #A727DB; }
a { background-color: rgb(167,39,219); }
div.DivClassName
{
background-color: #A727DB;
}
.BgClassName
{
background-color: #A727DB;
}
</style>
border-color css
<style>
span { border-color: #A727DB; }
span { border-color: rgb(167,39,219); }
td.TdClassName
{
border-color: #A727DB;
}
.TagClassName
{
border-color: #A727DB;
}
</style>