Shades of Dark Orchid #A833DC
Tints of Dark Orchid #A833DC
RGB
CMYK
RGB Variations
Color information
#A833DC (or 0xA833DC) is known color: Dark Orchid. HEX triplet: A8, 33 and DC. RGB value is (168,51,220). Sum of RGB (Red+Green+Blue) = 168+51+220=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A833DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833DC is #57CC23. Grayscale: #686868. Windows color (decimal): -5753892 or 14431144. OLE color: 14431144.
HSL color Cylindrical-coordinate representation of color #A833DC: hue angle of 281.54º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A833DC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 51 | 220 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.14 |
| HSL | 281.54º | 0.71% | 0.53% | - |
| HSV(B) | 281.54º | 0.77% | 0.86% | - |
| XYZ | 30.25 | 15.86 | 69.18 | - |
| YUV | 105.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 220 | 0.24 | 0.77 | 0 | 0.14 | 281.54 | 0.71 | 0.53 |
| Hex | A8 | 33 | DC | 18 | 4D | 0 | E | 11A | 47 | 35 |
| Octal | 250 | 63 | 334 | 30 | 115 | 0 | 16 | 432 | 107 | 65 |
| Binary | 10101000 | 110011 | 11011100 | 11000 | 1001101 | 0 | 1110 | 100011010 | 1000111 | 110101 |
Color Harmonies of #A833DC
Complementary color
Monochromatic Colors of #A833DC
Black with #A833DC
Text Example
Text Example
White with #A833DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833DC; }
p { color: rgb(168,51,220); }
H1.HeaderClassName
{
color: #A833DC;
}
.AnyTagClassName
{
color: #A833DC;
}
</style>
background-color css
<style>
a { background-color: #A833DC; }
a { background-color: rgb(168,51,220); }
div.DivClassName
{
background-color: #A833DC;
}
.BgClassName
{
background-color: #A833DC;
}
</style>
border-color css
<style>
span { border-color: #A833DC; }
span { border-color: rgb(168,51,220); }
td.TdClassName
{
border-color: #A833DC;
}
.TagClassName
{
border-color: #A833DC;
}
</style>