Shades of Dark Orchid #A833B5
Tints of Dark Orchid #A833B5
RGB
CMYK
RGB Variations
Color information
#A833B5 (or 0xA833B5) is known color: Dark Orchid. HEX triplet: A8, 33 and B5. RGB value is (168,51,181). Sum of RGB (Red+Green+Blue) = 168+51+181=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #A833B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833B5 is #57CC4A. Grayscale: #646464. Windows color (decimal): -5753931 or 11875240. OLE color: 11875240.
HSL color Cylindrical-coordinate representation of color #A833B5: hue angle of 294º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A833B5 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 51 | 181 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.29 |
| HSL | 294º | 0.56% | 0.45% | - |
| HSV(B) | 294º | 0.72% | 0.71% | - |
| XYZ | 25.67 | 14.03 | 45.07 | - |
| YUV | 100.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 181 | 0.07 | 0.72 | 0 | 0.29 | 294 | 0.56 | 0.45 |
| Hex | A8 | 33 | B5 | 7 | 48 | 0 | 1D | 126 | 38 | 2D |
| Octal | 250 | 63 | 265 | 7 | 110 | 0 | 35 | 446 | 70 | 55 |
| Binary | 10101000 | 110011 | 10110101 | 111 | 1001000 | 0 | 11101 | 100100110 | 111000 | 101101 |
Color Harmonies of #A833B5
Complementary color
Monochromatic Colors of #A833B5
Black with #A833B5
Text Example
Text Example
White with #A833B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833B5; }
p { color: rgb(168,51,181); }
H1.HeaderClassName
{
color: #A833B5;
}
.AnyTagClassName
{
color: #A833B5;
}
</style>
background-color css
<style>
a { background-color: #A833B5; }
a { background-color: rgb(168,51,181); }
div.DivClassName
{
background-color: #A833B5;
}
.BgClassName
{
background-color: #A833B5;
}
</style>
border-color css
<style>
span { border-color: #A833B5; }
span { border-color: rgb(168,51,181); }
td.TdClassName
{
border-color: #A833B5;
}
.TagClassName
{
border-color: #A833B5;
}
</style>