Shades of Dark Orchid #A92DB4
Tints of Dark Orchid #A92DB4
RGB
CMYK
RGB Variations
Color information
#A92DB4 (or 0xA92DB4) is known color: Dark Orchid. HEX triplet: A9, 2D and B4. RGB value is (169,45,180). Sum of RGB (Red+Green+Blue) = 169+45+180=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #A92DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DB4 is #56D24B. Grayscale: #616161. Windows color (decimal): -5689932 or 11808169. OLE color: 11808169.
HSL color Cylindrical-coordinate representation of color #A92DB4: hue angle of 295.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92DB4 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 45 | 180 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.29 |
| HSL | 295.11º | 0.6% | 0.44% | - |
| HSV(B) | 295.11º | 0.75% | 0.71% | - |
| XYZ | 25.54 | 13.61 | 44.46 | - |
| YUV | 97.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 180 | 0.06 | 0.75 | 0 | 0.29 | 295.11 | 0.6 | 0.44 |
| Hex | A9 | 2D | B4 | 6 | 4B | 0 | 1D | 127 | 3C | 2C |
| Octal | 251 | 55 | 264 | 6 | 113 | 0 | 35 | 447 | 74 | 54 |
| Binary | 10101001 | 101101 | 10110100 | 110 | 1001011 | 0 | 11101 | 100100111 | 111100 | 101100 |
Color Harmonies of #A92DB4
Complementary color
Monochromatic Colors of #A92DB4
Black with #A92DB4
Text Example
Text Example
White with #A92DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DB4; }
p { color: rgb(169,45,180); }
H1.HeaderClassName
{
color: #A92DB4;
}
.AnyTagClassName
{
color: #A92DB4;
}
</style>
background-color css
<style>
a { background-color: #A92DB4; }
a { background-color: rgb(169,45,180); }
div.DivClassName
{
background-color: #A92DB4;
}
.BgClassName
{
background-color: #A92DB4;
}
</style>
border-color css
<style>
span { border-color: #A92DB4; }
span { border-color: rgb(169,45,180); }
td.TdClassName
{
border-color: #A92DB4;
}
.TagClassName
{
border-color: #A92DB4;
}
</style>