Shades of Dark Orchid #A644CB
Tints of Dark Orchid #A644CB
RGB
CMYK
RGB Variations
Color information
#A644CB (or 0xA644CB) is known color: Dark Orchid. HEX triplet: A6, 44 and CB. RGB value is (166,68,203). Sum of RGB (Red+Green+Blue) = 166+68+203=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #A644CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644CB is #59BB34. Grayscale: #707070. Windows color (decimal): -5880629 or 13321382. OLE color: 13321382.
HSL color Cylindrical-coordinate representation of color #A644CB: hue angle of 283.56º degrees, saturation: 0.56, 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 #A644CB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 68 | 203 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.20 |
| HSL | 283.56º | 0.56% | 0.53% | - |
| HSV(B) | 283.56º | 0.67% | 0.8% | - |
| XYZ | 28.57 | 16.55 | 58.19 | - |
| YUV | 112.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 203 | 0.18 | 0.67 | 0 | 0.20 | 283.56 | 0.56 | 0.53 |
| Hex | A6 | 44 | CB | 12 | 43 | 0 | 14 | 11C | 38 | 35 |
| Octal | 246 | 104 | 313 | 22 | 103 | 0 | 24 | 434 | 70 | 65 |
| Binary | 10100110 | 1000100 | 11001011 | 10010 | 1000011 | 0 | 10100 | 100011100 | 111000 | 110101 |
Color Harmonies of #A644CB
Complementary color
Monochromatic Colors of #A644CB
Black with #A644CB
Text Example
Text Example
White with #A644CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644CB; }
p { color: rgb(166,68,203); }
H1.HeaderClassName
{
color: #A644CB;
}
.AnyTagClassName
{
color: #A644CB;
}
</style>
background-color css
<style>
a { background-color: #A644CB; }
a { background-color: rgb(166,68,203); }
div.DivClassName
{
background-color: #A644CB;
}
.BgClassName
{
background-color: #A644CB;
}
</style>
border-color css
<style>
span { border-color: #A644CB; }
span { border-color: rgb(166,68,203); }
td.TdClassName
{
border-color: #A644CB;
}
.TagClassName
{
border-color: #A644CB;
}
</style>