Shades of Dark Orchid #A833CF
Tints of Dark Orchid #A833CF
RGB
CMYK
RGB Variations
Color information
#A833CF (or 0xA833CF) is known color: Dark Orchid. HEX triplet: A8, 33 and CF. RGB value is (168,51,207). Sum of RGB (Red+Green+Blue) = 168+51+207=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A833CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833CF is #57CC30. Grayscale: #676767. Windows color (decimal): -5753905 or 13579176. OLE color: 13579176.
HSL color Cylindrical-coordinate representation of color #A833CF: hue angle of 285º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A833CF is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 51 | 207 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.19 |
| HSL | 285º | 0.62% | 0.51% | - |
| HSV(B) | 285º | 0.75% | 0.81% | - |
| XYZ | 28.59 | 15.2 | 60.46 | - |
| YUV | 103.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 207 | 0.19 | 0.75 | 0 | 0.19 | 285 | 0.62 | 0.51 |
| Hex | A8 | 33 | CF | 13 | 4B | 0 | 13 | 11D | 3E | 33 |
| Octal | 250 | 63 | 317 | 23 | 113 | 0 | 23 | 435 | 76 | 63 |
| Binary | 10101000 | 110011 | 11001111 | 10011 | 1001011 | 0 | 10011 | 100011101 | 111110 | 110011 |
Color Harmonies of #A833CF
Complementary color
Monochromatic Colors of #A833CF
Black with #A833CF
Text Example
Text Example
White with #A833CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833CF; }
p { color: rgb(168,51,207); }
H1.HeaderClassName
{
color: #A833CF;
}
.AnyTagClassName
{
color: #A833CF;
}
</style>
background-color css
<style>
a { background-color: #A833CF; }
a { background-color: rgb(168,51,207); }
div.DivClassName
{
background-color: #A833CF;
}
.BgClassName
{
background-color: #A833CF;
}
</style>
border-color css
<style>
span { border-color: #A833CF; }
span { border-color: rgb(168,51,207); }
td.TdClassName
{
border-color: #A833CF;
}
.TagClassName
{
border-color: #A833CF;
}
</style>