Shades of Dark Orchid #A729CB
Tints of Dark Orchid #A729CB
RGB
CMYK
RGB Variations
Color information
#A729CB (or 0xA729CB) is known color: Dark Orchid. HEX triplet: A7, 29 and CB. RGB value is (167,41,203). Sum of RGB (Red+Green+Blue) = 167+41+203=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #A729CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729CB is #58D634. Grayscale: #606060. Windows color (decimal): -5822005 or 13314471. OLE color: 13314471.
HSL color Cylindrical-coordinate representation of color #A729CB: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A729CB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 41 | 203 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.20 |
| HSL | 286.67º | 0.66% | 0.48% | - |
| HSV(B) | 286.67º | 0.8% | 0.8% | - |
| XYZ | 27.51 | 14.11 | 57.77 | - |
| YUV | 97.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 203 | 0.18 | 0.80 | 0 | 0.20 | 286.67 | 0.66 | 0.48 |
| Hex | A7 | 29 | CB | 12 | 50 | 0 | 14 | 11F | 42 | 30 |
| Octal | 247 | 51 | 313 | 22 | 120 | 0 | 24 | 437 | 102 | 60 |
| Binary | 10100111 | 101001 | 11001011 | 10010 | 1010000 | 0 | 10100 | 100011111 | 1000010 | 110000 |
Color Harmonies of #A729CB
Complementary color
Monochromatic Colors of #A729CB
Black with #A729CB
Text Example
Text Example
White with #A729CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A729CB; }
p { color: rgb(167,41,203); }
H1.HeaderClassName
{
color: #A729CB;
}
.AnyTagClassName
{
color: #A729CB;
}
</style>
background-color css
<style>
a { background-color: #A729CB; }
a { background-color: rgb(167,41,203); }
div.DivClassName
{
background-color: #A729CB;
}
.BgClassName
{
background-color: #A729CB;
}
</style>
border-color css
<style>
span { border-color: #A729CB; }
span { border-color: rgb(167,41,203); }
td.TdClassName
{
border-color: #A729CB;
}
.TagClassName
{
border-color: #A729CB;
}
</style>