Shades of Dark Orchid #A643CB
Tints of Dark Orchid #A643CB
RGB
CMYK
RGB Variations
Color information
#A643CB (or 0xA643CB) is known color: Dark Orchid. HEX triplet: A6, 43 and CB. RGB value is (166,67,203). Sum of RGB (Red+Green+Blue) = 166+67+203=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #A643CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CB is #59BC34. Grayscale: #6F6F6F. Windows color (decimal): -5880885 or 13321126. OLE color: 13321126.
HSL color Cylindrical-coordinate representation of color #A643CB: hue angle of 283.68º 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 #A643CB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 67 | 203 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.20 |
| HSL | 283.68º | 0.57% | 0.53% | - |
| HSV(B) | 283.68º | 0.67% | 0.8% | - |
| XYZ | 28.51 | 16.43 | 58.17 | - |
| YUV | 112.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 203 | 0.18 | 0.67 | 0 | 0.20 | 283.68 | 0.57 | 0.53 |
| Hex | A6 | 43 | CB | 12 | 43 | 0 | 14 | 11C | 39 | 35 |
| Octal | 246 | 103 | 313 | 22 | 103 | 0 | 24 | 434 | 71 | 65 |
| Binary | 10100110 | 1000011 | 11001011 | 10010 | 1000011 | 0 | 10100 | 100011100 | 111001 | 110101 |
Color Harmonies of #A643CB
Complementary color
Monochromatic Colors of #A643CB
Black with #A643CB
Text Example
Text Example
White with #A643CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A643CB; }
p { color: rgb(166,67,203); }
H1.HeaderClassName
{
color: #A643CB;
}
.AnyTagClassName
{
color: #A643CB;
}
</style>
background-color css
<style>
a { background-color: #A643CB; }
a { background-color: rgb(166,67,203); }
div.DivClassName
{
background-color: #A643CB;
}
.BgClassName
{
background-color: #A643CB;
}
</style>
border-color css
<style>
span { border-color: #A643CB; }
span { border-color: rgb(166,67,203); }
td.TdClassName
{
border-color: #A643CB;
}
.TagClassName
{
border-color: #A643CB;
}
</style>