Shades of Dark Orchid #A343CC
Tints of Dark Orchid #A343CC
RGB
CMYK
RGB Variations
Color information
#A343CC (or 0xA343CC) is known color: Dark Orchid. HEX triplet: A3, 43 and CC. RGB value is (163,67,204). Sum of RGB (Red+Green+Blue) = 163+67+204=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #A343CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343CC is #5CBC33. Grayscale: #6E6E6E. Windows color (decimal): -6077492 or 13386659. OLE color: 13386659.
HSL color Cylindrical-coordinate representation of color #A343CC: hue angle of 282.04º 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 #A343CC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 67 | 204 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.2 |
| HSL | 282.04º | 0.57% | 0.53% | - |
| HSV(B) | 282.04º | 0.67% | 0.8% | - |
| XYZ | 28.01 | 16.16 | 58.77 | - |
| YUV | 111.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 204 | 0.20 | 0.67 | 0 | 0.2 | 282.04 | 0.57 | 0.53 |
| Hex | A3 | 43 | CC | 14 | 43 | 0 | 14 | 11A | 39 | 35 |
| Octal | 243 | 103 | 314 | 24 | 103 | 0 | 24 | 432 | 71 | 65 |
| Binary | 10100011 | 1000011 | 11001100 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111001 | 110101 |
Color Harmonies of #A343CC
Complementary color
Monochromatic Colors of #A343CC
Black with #A343CC
Text Example
Text Example
White with #A343CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343CC; }
p { color: rgb(163,67,204); }
H1.HeaderClassName
{
color: #A343CC;
}
.AnyTagClassName
{
color: #A343CC;
}
</style>
background-color css
<style>
a { background-color: #A343CC; }
a { background-color: rgb(163,67,204); }
div.DivClassName
{
background-color: #A343CC;
}
.BgClassName
{
background-color: #A343CC;
}
</style>
border-color css
<style>
span { border-color: #A343CC; }
span { border-color: rgb(163,67,204); }
td.TdClassName
{
border-color: #A343CC;
}
.TagClassName
{
border-color: #A343CC;
}
</style>