Shades of Dark Orchid #A243CB
Tints of Dark Orchid #A243CB
RGB
CMYK
RGB Variations
Color information
#A243CB (or 0xA243CB) is known color: Dark Orchid. HEX triplet: A2, 43 and CB. RGB value is (162,67,203). Sum of RGB (Red+Green+Blue) = 162+67+203=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A243CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CB is #5DBC34. Grayscale: #6E6E6E. Windows color (decimal): -6143029 or 13321122. OLE color: 13321122.
HSL color Cylindrical-coordinate representation of color #A243CB: hue angle of 281.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A243CB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 67 | 203 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.20 |
| HSL | 281.91º | 0.57% | 0.53% | - |
| HSV(B) | 281.91º | 0.67% | 0.8% | - |
| XYZ | 27.69 | 16.01 | 58.13 | - |
| YUV | 110.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 203 | 0.20 | 0.67 | 0 | 0.20 | 281.91 | 0.57 | 0.53 |
| Hex | A2 | 43 | CB | 14 | 43 | 0 | 14 | 11A | 39 | 35 |
| Octal | 242 | 103 | 313 | 24 | 103 | 0 | 24 | 432 | 71 | 65 |
| Binary | 10100010 | 1000011 | 11001011 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111001 | 110101 |
Color Harmonies of #A243CB
Complementary color
Monochromatic Colors of #A243CB
Black with #A243CB
Text Example
Text Example
White with #A243CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243CB; }
p { color: rgb(162,67,203); }
H1.HeaderClassName
{
color: #A243CB;
}
.AnyTagClassName
{
color: #A243CB;
}
</style>
background-color css
<style>
a { background-color: #A243CB; }
a { background-color: rgb(162,67,203); }
div.DivClassName
{
background-color: #A243CB;
}
.BgClassName
{
background-color: #A243CB;
}
</style>
border-color css
<style>
span { border-color: #A243CB; }
span { border-color: rgb(162,67,203); }
td.TdClassName
{
border-color: #A243CB;
}
.TagClassName
{
border-color: #A243CB;
}
</style>