Shades of Dark Orchid #A43ECB
Tints of Dark Orchid #A43ECB
RGB
CMYK
RGB Variations
Color information
#A43ECB (or 0xA43ECB) is known color: Dark Orchid. HEX triplet: A4, 3E and CB. RGB value is (164,62,203). Sum of RGB (Red+Green+Blue) = 164+62+203=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #A43ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ECB is #5BC134. Grayscale: #6C6C6C. Windows color (decimal): -6013237 or 13319844. OLE color: 13319844.
HSL color Cylindrical-coordinate representation of color #A43ECB: hue angle of 283.4º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43ECB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 62 | 203 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.20 |
| HSL | 283.4º | 0.58% | 0.52% | - |
| HSV(B) | 283.4º | 0.69% | 0.8% | - |
| XYZ | 27.81 | 15.65 | 58.05 | - |
| YUV | 108.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 203 | 0.19 | 0.69 | 0 | 0.20 | 283.4 | 0.58 | 0.52 |
| Hex | A4 | 3E | CB | 13 | 45 | 0 | 14 | 11B | 3A | 34 |
| Octal | 244 | 76 | 313 | 23 | 105 | 0 | 24 | 433 | 72 | 64 |
| Binary | 10100100 | 111110 | 11001011 | 10011 | 1000101 | 0 | 10100 | 100011011 | 111010 | 110100 |
Color Harmonies of #A43ECB
Complementary color
Monochromatic Colors of #A43ECB
Black with #A43ECB
Text Example
Text Example
White with #A43ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43ECB; }
p { color: rgb(164,62,203); }
H1.HeaderClassName
{
color: #A43ECB;
}
.AnyTagClassName
{
color: #A43ECB;
}
</style>
background-color css
<style>
a { background-color: #A43ECB; }
a { background-color: rgb(164,62,203); }
div.DivClassName
{
background-color: #A43ECB;
}
.BgClassName
{
background-color: #A43ECB;
}
</style>
border-color css
<style>
span { border-color: #A43ECB; }
span { border-color: rgb(164,62,203); }
td.TdClassName
{
border-color: #A43ECB;
}
.TagClassName
{
border-color: #A43ECB;
}
</style>