Shades of Dark Orchid #A833E6
Tints of Dark Orchid #A833E6
RGB
CMYK
RGB Variations
Color information
#A833E6 (or 0xA833E6) is known color: Dark Orchid. HEX triplet: A8, 33 and E6. RGB value is (168,51,230). Sum of RGB (Red+Green+Blue) = 168+51+230=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #A833E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A833E6 is #57CC19. Grayscale: #696969. Windows color (decimal): -5753882 or 15086504. OLE color: 15086504.
HSL color Cylindrical-coordinate representation of color #A833E6: hue angle of 279.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A833E6 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 51 | 230 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.10 |
| HSL | 279.22º | 0.78% | 0.55% | - |
| HSV(B) | 279.22º | 0.78% | 0.9% | - |
| XYZ | 31.62 | 16.41 | 76.36 | - |
| YUV | 106.39 | 197.76 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 230 | 0.27 | 0.78 | 0 | 0.10 | 279.22 | 0.78 | 0.55 |
| Hex | A8 | 33 | E6 | 1B | 4E | 0 | A | 117 | 4E | 37 |
| Octal | 250 | 63 | 346 | 33 | 116 | 0 | 12 | 427 | 116 | 67 |
| Binary | 10101000 | 110011 | 11100110 | 11011 | 1001110 | 0 | 1010 | 100010111 | 1001110 | 110111 |
Color Harmonies of #A833E6
Complementary color
Monochromatic Colors of #A833E6
Black with #A833E6
Text Example
Text Example
White with #A833E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833E6; }
p { color: rgb(168,51,230); }
H1.HeaderClassName
{
color: #A833E6;
}
.AnyTagClassName
{
color: #A833E6;
}
</style>
background-color css
<style>
a { background-color: #A833E6; }
a { background-color: rgb(168,51,230); }
div.DivClassName
{
background-color: #A833E6;
}
.BgClassName
{
background-color: #A833E6;
}
</style>
border-color css
<style>
span { border-color: #A833E6; }
span { border-color: rgb(168,51,230); }
td.TdClassName
{
border-color: #A833E6;
}
.TagClassName
{
border-color: #A833E6;
}
</style>