Shades of Dark Orchid #A845CB
Tints of Dark Orchid #A845CB
RGB
CMYK
RGB Variations
Color information
#A845CB (or 0xA845CB) is known color: Dark Orchid. HEX triplet: A8, 45 and CB. RGB value is (168,69,203). Sum of RGB (Red+Green+Blue) = 168+69+203=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A845CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845CB is #57BA34. Grayscale: #717171. Windows color (decimal): -5749301 or 13321640. OLE color: 13321640.
HSL color Cylindrical-coordinate representation of color #A845CB: hue angle of 284.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A845CB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 69 | 203 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.20 |
| HSL | 284.33º | 0.56% | 0.53% | - |
| HSV(B) | 284.33º | 0.66% | 0.8% | - |
| XYZ | 29.06 | 16.89 | 58.23 | - |
| YUV | 113.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 203 | 0.17 | 0.66 | 0 | 0.20 | 284.33 | 0.56 | 0.53 |
| Hex | A8 | 45 | CB | 11 | 42 | 0 | 14 | 11C | 38 | 35 |
| Octal | 250 | 105 | 313 | 21 | 102 | 0 | 24 | 434 | 70 | 65 |
| Binary | 10101000 | 1000101 | 11001011 | 10001 | 1000010 | 0 | 10100 | 100011100 | 111000 | 110101 |
Color Harmonies of #A845CB
Complementary color
Monochromatic Colors of #A845CB
Black with #A845CB
Text Example
Text Example
White with #A845CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845CB; }
p { color: rgb(168,69,203); }
H1.HeaderClassName
{
color: #A845CB;
}
.AnyTagClassName
{
color: #A845CB;
}
</style>
background-color css
<style>
a { background-color: #A845CB; }
a { background-color: rgb(168,69,203); }
div.DivClassName
{
background-color: #A845CB;
}
.BgClassName
{
background-color: #A845CB;
}
</style>
border-color css
<style>
span { border-color: #A845CB; }
span { border-color: rgb(168,69,203); }
td.TdClassName
{
border-color: #A845CB;
}
.TagClassName
{
border-color: #A845CB;
}
</style>