Shades of Dark Orchid #A833C1
Tints of Dark Orchid #A833C1
RGB
CMYK
RGB Variations
Color information
#A833C1 (or 0xA833C1) is known color: Dark Orchid. HEX triplet: A8, 33 and C1. RGB value is (168,51,193). Sum of RGB (Red+Green+Blue) = 168+51+193=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #A833C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833C1 is #57CC3E. Grayscale: #656565. Windows color (decimal): -5753919 or 12661672. OLE color: 12661672.
HSL color Cylindrical-coordinate representation of color #A833C1: hue angle of 289.44º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A833C1 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 51 | 193 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.24 |
| HSL | 289.44º | 0.58% | 0.48% | - |
| HSV(B) | 289.44º | 0.74% | 0.76% | - |
| XYZ | 26.96 | 14.54 | 51.84 | - |
| YUV | 102.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 193 | 0.13 | 0.74 | 0 | 0.24 | 289.44 | 0.58 | 0.48 |
| Hex | A8 | 33 | C1 | D | 4A | 0 | 18 | 121 | 3A | 30 |
| Octal | 250 | 63 | 301 | 15 | 112 | 0 | 30 | 441 | 72 | 60 |
| Binary | 10101000 | 110011 | 11000001 | 1101 | 1001010 | 0 | 11000 | 100100001 | 111010 | 110000 |
Color Harmonies of #A833C1
Complementary color
Monochromatic Colors of #A833C1
Black with #A833C1
Text Example
Text Example
White with #A833C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833C1; }
p { color: rgb(168,51,193); }
H1.HeaderClassName
{
color: #A833C1;
}
.AnyTagClassName
{
color: #A833C1;
}
</style>
background-color css
<style>
a { background-color: #A833C1; }
a { background-color: rgb(168,51,193); }
div.DivClassName
{
background-color: #A833C1;
}
.BgClassName
{
background-color: #A833C1;
}
</style>
border-color css
<style>
span { border-color: #A833C1; }
span { border-color: rgb(168,51,193); }
td.TdClassName
{
border-color: #A833C1;
}
.TagClassName
{
border-color: #A833C1;
}
</style>