Shades of Dark Orchid #A21FB4
Tints of Dark Orchid #A21FB4
RGB
CMYK
RGB Variations
Color information
#A21FB4 (or 0xA21FB4) is known color: Dark Orchid. HEX triplet: A2, 1F and B4. RGB value is (162,31,180). Sum of RGB (Red+Green+Blue) = 162+31+180=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #A21FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FB4 is #5DE04B. Grayscale: #565656. Windows color (decimal): -6152268 or 11804578. OLE color: 11804578.
HSL color Cylindrical-coordinate representation of color #A21FB4: hue angle of 292.75º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21FB4 is Cyan = 0.1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 31 | 180 | - |
| CMYK | 0.1 | 0.83 | 0 | 0.29 |
| HSL | 292.75º | 0.71% | 0.41% | - |
| HSV(B) | 292.75º | 0.83% | 0.71% | - |
| XYZ | 23.63 | 11.96 | 44.24 | - |
| YUV | 87.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 180 | 0.1 | 0.83 | 0 | 0.29 | 292.75 | 0.71 | 0.41 |
| Hex | A2 | 1F | B4 | A | 53 | 0 | 1D | 125 | 47 | 29 |
| Octal | 242 | 37 | 264 | 12 | 123 | 0 | 35 | 445 | 107 | 51 |
| Binary | 10100010 | 11111 | 10110100 | 1010 | 1010011 | 0 | 11101 | 100100101 | 1000111 | 101001 |
Color Harmonies of #A21FB4
Complementary color
Monochromatic Colors of #A21FB4
Black with #A21FB4
Text Example
Text Example
White with #A21FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FB4; }
p { color: rgb(162,31,180); }
H1.HeaderClassName
{
color: #A21FB4;
}
.AnyTagClassName
{
color: #A21FB4;
}
</style>
background-color css
<style>
a { background-color: #A21FB4; }
a { background-color: rgb(162,31,180); }
div.DivClassName
{
background-color: #A21FB4;
}
.BgClassName
{
background-color: #A21FB4;
}
</style>
border-color css
<style>
span { border-color: #A21FB4; }
span { border-color: rgb(162,31,180); }
td.TdClassName
{
border-color: #A21FB4;
}
.TagClassName
{
border-color: #A21FB4;
}
</style>