Shades of Dark Orchid #A439CB
Tints of Dark Orchid #A439CB
RGB
CMYK
RGB Variations
Color information
#A439CB (or 0xA439CB) is known color: Dark Orchid. HEX triplet: A4, 39 and CB. RGB value is (164,57,203). Sum of RGB (Red+Green+Blue) = 164+57+203=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #A439CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439CB is #5BC634. Grayscale: #696969. Windows color (decimal): -6014517 or 13318564. OLE color: 13318564.
HSL color Cylindrical-coordinate representation of color #A439CB: hue angle of 283.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A439CB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 57 | 203 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.20 |
| HSL | 283.97º | 0.58% | 0.51% | - |
| HSV(B) | 283.97º | 0.72% | 0.8% | - |
| XYZ | 27.55 | 15.13 | 57.97 | - |
| YUV | 105.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 203 | 0.19 | 0.72 | 0 | 0.20 | 283.97 | 0.58 | 0.51 |
| Hex | A4 | 39 | CB | 13 | 48 | 0 | 14 | 11C | 3A | 33 |
| Octal | 244 | 71 | 313 | 23 | 110 | 0 | 24 | 434 | 72 | 63 |
| Binary | 10100100 | 111001 | 11001011 | 10011 | 1001000 | 0 | 10100 | 100011100 | 111010 | 110011 |
Color Harmonies of #A439CB
Complementary color
Monochromatic Colors of #A439CB
Black with #A439CB
Text Example
Text Example
White with #A439CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439CB; }
p { color: rgb(164,57,203); }
H1.HeaderClassName
{
color: #A439CB;
}
.AnyTagClassName
{
color: #A439CB;
}
</style>
background-color css
<style>
a { background-color: #A439CB; }
a { background-color: rgb(164,57,203); }
div.DivClassName
{
background-color: #A439CB;
}
.BgClassName
{
background-color: #A439CB;
}
</style>
border-color css
<style>
span { border-color: #A439CB; }
span { border-color: rgb(164,57,203); }
td.TdClassName
{
border-color: #A439CB;
}
.TagClassName
{
border-color: #A439CB;
}
</style>