Shades of Dark Orchid #A821C3
Tints of Dark Orchid #A821C3
RGB
CMYK
RGB Variations
Color information
#A821C3 (or 0xA821C3) is known color: Dark Orchid. HEX triplet: A8, 21 and C3. RGB value is (168,33,195). Sum of RGB (Red+Green+Blue) = 168+33+195=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #A821C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821C3 is #57DE3C. Grayscale: #5B5B5B. Windows color (decimal): -5758525 or 12788136. OLE color: 12788136.
HSL color Cylindrical-coordinate representation of color #A821C3: hue angle of 290º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A821C3 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 33 | 195 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.24 |
| HSL | 290º | 0.71% | 0.45% | - |
| HSV(B) | 290º | 0.83% | 0.76% | - |
| XYZ | 26.54 | 13.35 | 52.81 | - |
| YUV | 91.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 195 | 0.14 | 0.83 | 0 | 0.24 | 290 | 0.71 | 0.45 |
| Hex | A8 | 21 | C3 | E | 53 | 0 | 18 | 122 | 47 | 2D |
| Octal | 250 | 41 | 303 | 16 | 123 | 0 | 30 | 442 | 107 | 55 |
| Binary | 10101000 | 100001 | 11000011 | 1110 | 1010011 | 0 | 11000 | 100100010 | 1000111 | 101101 |
Color Harmonies of #A821C3
Complementary color
Monochromatic Colors of #A821C3
Black with #A821C3
Text Example
Text Example
White with #A821C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821C3; }
p { color: rgb(168,33,195); }
H1.HeaderClassName
{
color: #A821C3;
}
.AnyTagClassName
{
color: #A821C3;
}
</style>
background-color css
<style>
a { background-color: #A821C3; }
a { background-color: rgb(168,33,195); }
div.DivClassName
{
background-color: #A821C3;
}
.BgClassName
{
background-color: #A821C3;
}
</style>
border-color css
<style>
span { border-color: #A821C3; }
span { border-color: rgb(168,33,195); }
td.TdClassName
{
border-color: #A821C3;
}
.TagClassName
{
border-color: #A821C3;
}
</style>