Shades of Dark Orchid #A833CB
Tints of Dark Orchid #A833CB
RGB
CMYK
RGB Variations
Color information
#A833CB (or 0xA833CB) is known color: Dark Orchid. HEX triplet: A8, 33 and CB. RGB value is (168,51,203). Sum of RGB (Red+Green+Blue) = 168+51+203=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #A833CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833CB is #57CC34. Grayscale: #666666. Windows color (decimal): -5753909 or 13317032. OLE color: 13317032.
HSL color Cylindrical-coordinate representation of color #A833CB: hue angle of 286.18º 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 #A833CB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 51 | 203 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.20 |
| HSL | 286.18º | 0.6% | 0.5% | - |
| HSV(B) | 286.18º | 0.75% | 0.8% | - |
| XYZ | 28.11 | 15 | 57.91 | - |
| YUV | 103.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 203 | 0.17 | 0.75 | 0 | 0.20 | 286.18 | 0.6 | 0.5 |
| Hex | A8 | 33 | CB | 11 | 4B | 0 | 14 | 11E | 3C | 32 |
| Octal | 250 | 63 | 313 | 21 | 113 | 0 | 24 | 436 | 74 | 62 |
| Binary | 10101000 | 110011 | 11001011 | 10001 | 1001011 | 0 | 10100 | 100011110 | 111100 | 110010 |
Color Harmonies of #A833CB
Complementary color
Monochromatic Colors of #A833CB
Black with #A833CB
Text Example
Text Example
White with #A833CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833CB; }
p { color: rgb(168,51,203); }
H1.HeaderClassName
{
color: #A833CB;
}
.AnyTagClassName
{
color: #A833CB;
}
</style>
background-color css
<style>
a { background-color: #A833CB; }
a { background-color: rgb(168,51,203); }
div.DivClassName
{
background-color: #A833CB;
}
.BgClassName
{
background-color: #A833CB;
}
</style>
border-color css
<style>
span { border-color: #A833CB; }
span { border-color: rgb(168,51,203); }
td.TdClassName
{
border-color: #A833CB;
}
.TagClassName
{
border-color: #A833CB;
}
</style>