Shades of Dark Orchid #A921B4
Tints of Dark Orchid #A921B4
RGB
CMYK
RGB Variations
Color information
#A921B4 (or 0xA921B4) is known color: Dark Orchid. HEX triplet: A9, 21 and B4. RGB value is (169,33,180). Sum of RGB (Red+Green+Blue) = 169+33+180=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #A921B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921B4 is #56DE4B. Grayscale: #595959. Windows color (decimal): -5693004 or 11805097. OLE color: 11805097.
HSL color Cylindrical-coordinate representation of color #A921B4: hue angle of 295.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A921B4 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 33 | 180 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.29 |
| HSL | 295.51º | 0.69% | 0.42% | - |
| HSV(B) | 295.51º | 0.82% | 0.71% | - |
| XYZ | 25.14 | 12.82 | 44.33 | - |
| YUV | 90.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 180 | 0.06 | 0.82 | 0 | 0.29 | 295.51 | 0.69 | 0.42 |
| Hex | A9 | 21 | B4 | 6 | 52 | 0 | 1D | 128 | 45 | 2A |
| Octal | 251 | 41 | 264 | 6 | 122 | 0 | 35 | 450 | 105 | 52 |
| Binary | 10101001 | 100001 | 10110100 | 110 | 1010010 | 0 | 11101 | 100101000 | 1000101 | 101010 |
Color Harmonies of #A921B4
Complementary color
Monochromatic Colors of #A921B4
Black with #A921B4
Text Example
Text Example
White with #A921B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921B4; }
p { color: rgb(169,33,180); }
H1.HeaderClassName
{
color: #A921B4;
}
.AnyTagClassName
{
color: #A921B4;
}
</style>
background-color css
<style>
a { background-color: #A921B4; }
a { background-color: rgb(169,33,180); }
div.DivClassName
{
background-color: #A921B4;
}
.BgClassName
{
background-color: #A921B4;
}
</style>
border-color css
<style>
span { border-color: #A921B4; }
span { border-color: rgb(169,33,180); }
td.TdClassName
{
border-color: #A921B4;
}
.TagClassName
{
border-color: #A921B4;
}
</style>