Shades of Dark Orchid #A343CB
Tints of Dark Orchid #A343CB
RGB
CMYK
RGB Variations
Color information
#A343CB (or 0xA343CB) is known color: Dark Orchid. HEX triplet: A3, 43 and CB. RGB value is (163,67,203). Sum of RGB (Red+Green+Blue) = 163+67+203=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A343CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343CB is #5CBC34. Grayscale: #6E6E6E. Windows color (decimal): -6077493 or 13321123. OLE color: 13321123.
HSL color Cylindrical-coordinate representation of color #A343CB: hue angle of 282.35º 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 #A343CB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 67 | 203 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.20 |
| HSL | 282.35º | 0.57% | 0.53% | - |
| HSV(B) | 282.35º | 0.67% | 0.8% | - |
| XYZ | 27.89 | 16.11 | 58.14 | - |
| YUV | 111.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 203 | 0.20 | 0.67 | 0 | 0.20 | 282.35 | 0.57 | 0.53 |
| Hex | A3 | 43 | CB | 14 | 43 | 0 | 14 | 11A | 39 | 35 |
| Octal | 243 | 103 | 313 | 24 | 103 | 0 | 24 | 432 | 71 | 65 |
| Binary | 10100011 | 1000011 | 11001011 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111001 | 110101 |
Color Harmonies of #A343CB
Complementary color
Monochromatic Colors of #A343CB
Black with #A343CB
Text Example
Text Example
White with #A343CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343CB; }
p { color: rgb(163,67,203); }
H1.HeaderClassName
{
color: #A343CB;
}
.AnyTagClassName
{
color: #A343CB;
}
</style>
background-color css
<style>
a { background-color: #A343CB; }
a { background-color: rgb(163,67,203); }
div.DivClassName
{
background-color: #A343CB;
}
.BgClassName
{
background-color: #A343CB;
}
</style>
border-color css
<style>
span { border-color: #A343CB; }
span { border-color: rgb(163,67,203); }
td.TdClassName
{
border-color: #A343CB;
}
.TagClassName
{
border-color: #A343CB;
}
</style>