Shades of Dark Orchid #A43DCB
Tints of Dark Orchid #A43DCB
RGB
CMYK
RGB Variations
Color information
#A43DCB (or 0xA43DCB) is known color: Dark Orchid. HEX triplet: A4, 3D and CB. RGB value is (164,61,203). Sum of RGB (Red+Green+Blue) = 164+61+203=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #A43DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DCB is #5BC234. Grayscale: #6B6B6B. Windows color (decimal): -6013493 or 13319588. OLE color: 13319588.
HSL color Cylindrical-coordinate representation of color #A43DCB: hue angle of 283.52º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43DCB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 61 | 203 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.20 |
| HSL | 283.52º | 0.58% | 0.52% | - |
| HSV(B) | 283.52º | 0.7% | 0.8% | - |
| XYZ | 27.76 | 15.54 | 58.04 | - |
| YUV | 107.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 203 | 0.19 | 0.70 | 0 | 0.20 | 283.52 | 0.58 | 0.52 |
| Hex | A4 | 3D | CB | 13 | 46 | 0 | 14 | 11C | 3A | 34 |
| Octal | 244 | 75 | 313 | 23 | 106 | 0 | 24 | 434 | 72 | 64 |
| Binary | 10100100 | 111101 | 11001011 | 10011 | 1000110 | 0 | 10100 | 100011100 | 111010 | 110100 |
Color Harmonies of #A43DCB
Complementary color
Monochromatic Colors of #A43DCB
Black with #A43DCB
Text Example
Text Example
White with #A43DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DCB; }
p { color: rgb(164,61,203); }
H1.HeaderClassName
{
color: #A43DCB;
}
.AnyTagClassName
{
color: #A43DCB;
}
</style>
background-color css
<style>
a { background-color: #A43DCB; }
a { background-color: rgb(164,61,203); }
div.DivClassName
{
background-color: #A43DCB;
}
.BgClassName
{
background-color: #A43DCB;
}
</style>
border-color css
<style>
span { border-color: #A43DCB; }
span { border-color: rgb(164,61,203); }
td.TdClassName
{
border-color: #A43DCB;
}
.TagClassName
{
border-color: #A43DCB;
}
</style>