Shades of Dark Orchid #A821B5
Tints of Dark Orchid #A821B5
RGB
CMYK
RGB Variations
Color information
#A821B5 (or 0xA821B5) is known color: Dark Orchid. HEX triplet: A8, 21 and B5. RGB value is (168,33,181). Sum of RGB (Red+Green+Blue) = 168+33+181=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 181 (71.09% from 255 or 47.38% from 382); Max value from RGB is 181 - color contains mainly: blue. Hex color #A821B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821B5 is #57DE4A. Grayscale: #595959. Windows color (decimal): -5758539 or 11870632. OLE color: 11870632.
HSL color Cylindrical-coordinate representation of color #A821B5: hue angle of 294.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A821B5 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 33 | 181 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.29 |
| HSL | 294.73º | 0.69% | 0.42% | - |
| HSV(B) | 294.73º | 0.82% | 0.71% | - |
| XYZ | 25.03 | 12.75 | 44.86 | - |
| YUV | 90.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 181 | 0.07 | 0.82 | 0 | 0.29 | 294.73 | 0.69 | 0.42 |
| Hex | A8 | 21 | B5 | 7 | 52 | 0 | 1D | 127 | 45 | 2A |
| Octal | 250 | 41 | 265 | 7 | 122 | 0 | 35 | 447 | 105 | 52 |
| Binary | 10101000 | 100001 | 10110101 | 111 | 1010010 | 0 | 11101 | 100100111 | 1000101 | 101010 |
Color Harmonies of #A821B5
Complementary color
Monochromatic Colors of #A821B5
Black with #A821B5
Text Example
Text Example
White with #A821B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821B5; }
p { color: rgb(168,33,181); }
H1.HeaderClassName
{
color: #A821B5;
}
.AnyTagClassName
{
color: #A821B5;
}
</style>
background-color css
<style>
a { background-color: #A821B5; }
a { background-color: rgb(168,33,181); }
div.DivClassName
{
background-color: #A821B5;
}
.BgClassName
{
background-color: #A821B5;
}
</style>
border-color css
<style>
span { border-color: #A821B5; }
span { border-color: rgb(168,33,181); }
td.TdClassName
{
border-color: #A821B5;
}
.TagClassName
{
border-color: #A821B5;
}
</style>