Shades of Dark Orchid #A820B3
Tints of Dark Orchid #A820B3
RGB
CMYK
RGB Variations
Color information
#A820B3 (or 0xA820B3) is known color: Dark Orchid. HEX triplet: A8, 20 and B3. RGB value is (168,32,179). Sum of RGB (Red+Green+Blue) = 168+32+179=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #A820B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820B3 is #57DF4C. Grayscale: #585858. Windows color (decimal): -5758797 or 11739304. OLE color: 11739304.
HSL color Cylindrical-coordinate representation of color #A820B3: hue angle of 295.51º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A820B3 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 32 | 179 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.30 |
| HSL | 295.51º | 0.7% | 0.41% | - |
| HSV(B) | 295.51º | 0.82% | 0.7% | - |
| XYZ | 24.8 | 12.61 | 43.78 | - |
| YUV | 89.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 179 | 0.06 | 0.82 | 0 | 0.30 | 295.51 | 0.7 | 0.41 |
| Hex | A8 | 20 | B3 | 6 | 52 | 0 | 1E | 128 | 46 | 29 |
| Octal | 250 | 40 | 263 | 6 | 122 | 0 | 36 | 450 | 106 | 51 |
| Binary | 10101000 | 100000 | 10110011 | 110 | 1010010 | 0 | 11110 | 100101000 | 1000110 | 101001 |
Color Harmonies of #A820B3
Complementary color
Monochromatic Colors of #A820B3
Black with #A820B3
Text Example
Text Example
White with #A820B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820B3; }
p { color: rgb(168,32,179); }
H1.HeaderClassName
{
color: #A820B3;
}
.AnyTagClassName
{
color: #A820B3;
}
</style>
background-color css
<style>
a { background-color: #A820B3; }
a { background-color: rgb(168,32,179); }
div.DivClassName
{
background-color: #A820B3;
}
.BgClassName
{
background-color: #A820B3;
}
</style>
border-color css
<style>
span { border-color: #A820B3; }
span { border-color: rgb(168,32,179); }
td.TdClassName
{
border-color: #A820B3;
}
.TagClassName
{
border-color: #A820B3;
}
</style>