Shades of Dark Orchid #A344CA
Tints of Dark Orchid #A344CA
RGB
CMYK
RGB Variations
Color information
#A344CA (or 0xA344CA) is known color: Dark Orchid. HEX triplet: A3, 44 and CA. RGB value is (163,68,202). Sum of RGB (Red+Green+Blue) = 163+68+202=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A344CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344CA is #5CBB35. Grayscale: #6F6F6F. Windows color (decimal): -6077238 or 13255843. OLE color: 13255843.
HSL color Cylindrical-coordinate representation of color #A344CA: hue angle of 282.54º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A344CA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 68 | 202 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.21 |
| HSL | 282.54º | 0.56% | 0.53% | - |
| HSV(B) | 282.54º | 0.66% | 0.79% | - |
| XYZ | 27.83 | 16.19 | 57.53 | - |
| YUV | 111.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 202 | 0.19 | 0.66 | 0 | 0.21 | 282.54 | 0.56 | 0.53 |
| Hex | A3 | 44 | CA | 13 | 42 | 0 | 15 | 11B | 38 | 35 |
| Octal | 243 | 104 | 312 | 23 | 102 | 0 | 25 | 433 | 70 | 65 |
| Binary | 10100011 | 1000100 | 11001010 | 10011 | 1000010 | 0 | 10101 | 100011011 | 111000 | 110101 |
Color Harmonies of #A344CA
Complementary color
Monochromatic Colors of #A344CA
Black with #A344CA
Text Example
Text Example
White with #A344CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344CA; }
p { color: rgb(163,68,202); }
H1.HeaderClassName
{
color: #A344CA;
}
.AnyTagClassName
{
color: #A344CA;
}
</style>
background-color css
<style>
a { background-color: #A344CA; }
a { background-color: rgb(163,68,202); }
div.DivClassName
{
background-color: #A344CA;
}
.BgClassName
{
background-color: #A344CA;
}
</style>
border-color css
<style>
span { border-color: #A344CA; }
span { border-color: rgb(163,68,202); }
td.TdClassName
{
border-color: #A344CA;
}
.TagClassName
{
border-color: #A344CA;
}
</style>