Shades of Dark Orchid #A821CC
Tints of Dark Orchid #A821CC
RGB
CMYK
RGB Variations
Color information
#A821CC (or 0xA821CC) is known color: Dark Orchid. HEX triplet: A8, 21 and CC. RGB value is (168,33,204). Sum of RGB (Red+Green+Blue) = 168+33+204=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #A821CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821CC is #57DE33. Grayscale: #5C5C5C. Windows color (decimal): -5758516 or 13377960. OLE color: 13377960.
HSL color Cylindrical-coordinate representation of color #A821CC: hue angle of 287.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A821CC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 33 | 204 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.2 |
| HSL | 287.37º | 0.72% | 0.46% | - |
| HSV(B) | 287.37º | 0.84% | 0.8% | - |
| XYZ | 27.59 | 13.77 | 58.33 | - |
| YUV | 92.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 204 | 0.18 | 0.84 | 0 | 0.2 | 287.37 | 0.72 | 0.46 |
| Hex | A8 | 21 | CC | 12 | 54 | 0 | 14 | 11F | 48 | 2E |
| Octal | 250 | 41 | 314 | 22 | 124 | 0 | 24 | 437 | 110 | 56 |
| Binary | 10101000 | 100001 | 11001100 | 10010 | 1010100 | 0 | 10100 | 100011111 | 1001000 | 101110 |
Color Harmonies of #A821CC
Complementary color
Monochromatic Colors of #A821CC
Black with #A821CC
Text Example
Text Example
White with #A821CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821CC; }
p { color: rgb(168,33,204); }
H1.HeaderClassName
{
color: #A821CC;
}
.AnyTagClassName
{
color: #A821CC;
}
</style>
background-color css
<style>
a { background-color: #A821CC; }
a { background-color: rgb(168,33,204); }
div.DivClassName
{
background-color: #A821CC;
}
.BgClassName
{
background-color: #A821CC;
}
</style>
border-color css
<style>
span { border-color: #A821CC; }
span { border-color: rgb(168,33,204); }
td.TdClassName
{
border-color: #A821CC;
}
.TagClassName
{
border-color: #A821CC;
}
</style>