Shades of Dark Orchid #A643CC
Tints of Dark Orchid #A643CC
RGB
CMYK
RGB Variations
Color information
#A643CC (or 0xA643CC) is known color: Dark Orchid. HEX triplet: A6, 43 and CC. RGB value is (166,67,204). Sum of RGB (Red+Green+Blue) = 166+67+204=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #A643CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CC is #59BC33. Grayscale: #6F6F6F. Windows color (decimal): -5880884 or 13386662. OLE color: 13386662.
HSL color Cylindrical-coordinate representation of color #A643CC: hue angle of 283.36º 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 #A643CC is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 67 | 204 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.2 |
| HSL | 283.36º | 0.57% | 0.53% | - |
| HSV(B) | 283.36º | 0.67% | 0.8% | - |
| XYZ | 28.63 | 16.48 | 58.8 | - |
| YUV | 112.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 204 | 0.19 | 0.67 | 0 | 0.2 | 283.36 | 0.57 | 0.53 |
| Hex | A6 | 43 | CC | 13 | 43 | 0 | 14 | 11B | 39 | 35 |
| Octal | 246 | 103 | 314 | 23 | 103 | 0 | 24 | 433 | 71 | 65 |
| Binary | 10100110 | 1000011 | 11001100 | 10011 | 1000011 | 0 | 10100 | 100011011 | 111001 | 110101 |
Color Harmonies of #A643CC
Complementary color
Monochromatic Colors of #A643CC
Black with #A643CC
Text Example
Text Example
White with #A643CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643CC; }
p { color: rgb(166,67,204); }
H1.HeaderClassName
{
color: #A643CC;
}
.AnyTagClassName
{
color: #A643CC;
}
</style>
background-color css
<style>
a { background-color: #A643CC; }
a { background-color: rgb(166,67,204); }
div.DivClassName
{
background-color: #A643CC;
}
.BgClassName
{
background-color: #A643CC;
}
</style>
border-color css
<style>
span { border-color: #A643CC; }
span { border-color: rgb(166,67,204); }
td.TdClassName
{
border-color: #A643CC;
}
.TagClassName
{
border-color: #A643CC;
}
</style>