Shades of Dark Orchid #A833CC
Tints of Dark Orchid #A833CC
RGB
CMYK
RGB Variations
Color information
#A833CC (or 0xA833CC) is known color: Dark Orchid. HEX triplet: A8, 33 and CC. RGB value is (168,51,204). Sum of RGB (Red+Green+Blue) = 168+51+204=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A833CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833CC is #57CC33. Grayscale: #666666. Windows color (decimal): -5753908 or 13382568. OLE color: 13382568.
HSL color Cylindrical-coordinate representation of color #A833CC: hue angle of 285.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A833CC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 51 | 204 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.2 |
| HSL | 285.88º | 0.6% | 0.5% | - |
| HSV(B) | 285.88º | 0.75% | 0.8% | - |
| XYZ | 28.23 | 15.05 | 58.54 | - |
| YUV | 103.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 204 | 0.18 | 0.75 | 0 | 0.2 | 285.88 | 0.6 | 0.5 |
| Hex | A8 | 33 | CC | 12 | 4B | 0 | 14 | 11E | 3C | 32 |
| Octal | 250 | 63 | 314 | 22 | 113 | 0 | 24 | 436 | 74 | 62 |
| Binary | 10101000 | 110011 | 11001100 | 10010 | 1001011 | 0 | 10100 | 100011110 | 111100 | 110010 |
Color Harmonies of #A833CC
Complementary color
Monochromatic Colors of #A833CC
Black with #A833CC
Text Example
Text Example
White with #A833CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833CC; }
p { color: rgb(168,51,204); }
H1.HeaderClassName
{
color: #A833CC;
}
.AnyTagClassName
{
color: #A833CC;
}
</style>
background-color css
<style>
a { background-color: #A833CC; }
a { background-color: rgb(168,51,204); }
div.DivClassName
{
background-color: #A833CC;
}
.BgClassName
{
background-color: #A833CC;
}
</style>
border-color css
<style>
span { border-color: #A833CC; }
span { border-color: rgb(168,51,204); }
td.TdClassName
{
border-color: #A833CC;
}
.TagClassName
{
border-color: #A833CC;
}
</style>