Shades of Dark Orchid #A341CE
Tints of Dark Orchid #A341CE
RGB
CMYK
RGB Variations
Color information
#A341CE (or 0xA341CE) is known color: Dark Orchid. HEX triplet: A3, 41 and CE. RGB value is (163,65,206). Sum of RGB (Red+Green+Blue) = 163+65+206=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #A341CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341CE is #5CBE31. Grayscale: #6D6D6D. Windows color (decimal): -6078002 or 13517219. OLE color: 13517219.
HSL color Cylindrical-coordinate representation of color #A341CE: hue angle of 281.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A341CE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 65 | 206 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.19 |
| HSL | 281.7º | 0.59% | 0.53% | - |
| HSV(B) | 281.7º | 0.68% | 0.81% | - |
| XYZ | 28.14 | 16.02 | 60 | - |
| YUV | 110.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 206 | 0.21 | 0.68 | 0 | 0.19 | 281.7 | 0.59 | 0.53 |
| Hex | A3 | 41 | CE | 15 | 44 | 0 | 13 | 11A | 3B | 35 |
| Octal | 243 | 101 | 316 | 25 | 104 | 0 | 23 | 432 | 73 | 65 |
| Binary | 10100011 | 1000001 | 11001110 | 10101 | 1000100 | 0 | 10011 | 100011010 | 111011 | 110101 |
Color Harmonies of #A341CE
Complementary color
Monochromatic Colors of #A341CE
Black with #A341CE
Text Example
Text Example
White with #A341CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341CE; }
p { color: rgb(163,65,206); }
H1.HeaderClassName
{
color: #A341CE;
}
.AnyTagClassName
{
color: #A341CE;
}
</style>
background-color css
<style>
a { background-color: #A341CE; }
a { background-color: rgb(163,65,206); }
div.DivClassName
{
background-color: #A341CE;
}
.BgClassName
{
background-color: #A341CE;
}
</style>
border-color css
<style>
span { border-color: #A341CE; }
span { border-color: rgb(163,65,206); }
td.TdClassName
{
border-color: #A341CE;
}
.TagClassName
{
border-color: #A341CE;
}
</style>