Shades of Dark Orchid #A643CA
Tints of Dark Orchid #A643CA
RGB
CMYK
RGB Variations
Color information
#A643CA (or 0xA643CA) is known color: Dark Orchid. HEX triplet: A6, 43 and CA. RGB value is (166,67,202). Sum of RGB (Red+Green+Blue) = 166+67+202=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A643CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CA is #59BC35. Grayscale: #6F6F6F. Windows color (decimal): -5880886 or 13255590. OLE color: 13255590.
HSL color Cylindrical-coordinate representation of color #A643CA: hue angle of 284º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A643CA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 67 | 202 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.21 |
| HSL | 284º | 0.56% | 0.53% | - |
| HSV(B) | 284º | 0.67% | 0.79% | - |
| XYZ | 28.39 | 16.39 | 57.54 | - |
| YUV | 111.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 202 | 0.18 | 0.67 | 0 | 0.21 | 284 | 0.56 | 0.53 |
| Hex | A6 | 43 | CA | 12 | 43 | 0 | 15 | 11C | 38 | 35 |
| Octal | 246 | 103 | 312 | 22 | 103 | 0 | 25 | 434 | 70 | 65 |
| Binary | 10100110 | 1000011 | 11001010 | 10010 | 1000011 | 0 | 10101 | 100011100 | 111000 | 110101 |
Color Harmonies of #A643CA
Complementary color
Monochromatic Colors of #A643CA
Black with #A643CA
Text Example
Text Example
White with #A643CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643CA; }
p { color: rgb(166,67,202); }
H1.HeaderClassName
{
color: #A643CA;
}
.AnyTagClassName
{
color: #A643CA;
}
</style>
background-color css
<style>
a { background-color: #A643CA; }
a { background-color: rgb(166,67,202); }
div.DivClassName
{
background-color: #A643CA;
}
.BgClassName
{
background-color: #A643CA;
}
</style>
border-color css
<style>
span { border-color: #A643CA; }
span { border-color: rgb(166,67,202); }
td.TdClassName
{
border-color: #A643CA;
}
.TagClassName
{
border-color: #A643CA;
}
</style>