Shades of Dark Orchid #A821B3
Tints of Dark Orchid #A821B3
RGB
CMYK
RGB Variations
Color information
#A821B3 (or 0xA821B3) is known color: Dark Orchid. HEX triplet: A8, 21 and B3. RGB value is (168,33,179). Sum of RGB (Red+Green+Blue) = 168+33+179=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #A821B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821B3 is #57DE4C. Grayscale: #595959. Windows color (decimal): -5758541 or 11739560. OLE color: 11739560.
HSL color Cylindrical-coordinate representation of color #A821B3: hue angle of 295.48º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A821B3 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 33 | 179 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.30 |
| HSL | 295.48º | 0.69% | 0.42% | - |
| HSV(B) | 295.48º | 0.82% | 0.7% | - |
| XYZ | 24.83 | 12.67 | 43.78 | - |
| YUV | 90.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 179 | 0.06 | 0.82 | 0 | 0.30 | 295.48 | 0.69 | 0.42 |
| Hex | A8 | 21 | B3 | 6 | 52 | 0 | 1E | 127 | 45 | 2A |
| Octal | 250 | 41 | 263 | 6 | 122 | 0 | 36 | 447 | 105 | 52 |
| Binary | 10101000 | 100001 | 10110011 | 110 | 1010010 | 0 | 11110 | 100100111 | 1000101 | 101010 |
Color Harmonies of #A821B3
Complementary color
Monochromatic Colors of #A821B3
Black with #A821B3
Text Example
Text Example
White with #A821B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821B3; }
p { color: rgb(168,33,179); }
H1.HeaderClassName
{
color: #A821B3;
}
.AnyTagClassName
{
color: #A821B3;
}
</style>
background-color css
<style>
a { background-color: #A821B3; }
a { background-color: rgb(168,33,179); }
div.DivClassName
{
background-color: #A821B3;
}
.BgClassName
{
background-color: #A821B3;
}
</style>
border-color css
<style>
span { border-color: #A821B3; }
span { border-color: rgb(168,33,179); }
td.TdClassName
{
border-color: #A821B3;
}
.TagClassName
{
border-color: #A821B3;
}
</style>