Shades of Dark Orchid #A92CE3
Tints of Dark Orchid #A92CE3
RGB
CMYK
RGB Variations
Color information
#A92CE3 (or 0xA92CE3) is known color: Dark Orchid. HEX triplet: A9, 2C and E3. RGB value is (169,44,227). Sum of RGB (Red+Green+Blue) = 169+44+227=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #A92CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CE3 is #56D31C. Grayscale: #656565. Windows color (decimal): -5690141 or 14888105. OLE color: 14888105.
HSL color Cylindrical-coordinate representation of color #A92CE3: hue angle of 280.98º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92CE3 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 169 | 44 | 227 | - |
CMYK | 0.26 | 0.81 | 0 | 0.11 |
HSL | 280.98º | 0.77% | 0.53% | - |
HSV(B) | 280.98º | 0.81% | 0.89% | - |
XYZ | 31.13 | 15.78 | 74.08 | - |
YUV | 102.24 | 198.41 | 175.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 44 | 227 | 0.26 | 0.81 | 0 | 0.11 | 280.98 | 0.77 | 0.53 |
Hex | A9 | 2C | E3 | 1A | 51 | 0 | B | 119 | 4D | 35 |
Octal | 251 | 54 | 343 | 32 | 121 | 0 | 13 | 431 | 115 | 65 |
Binary | 10101001 | 101100 | 11100011 | 11010 | 1010001 | 0 | 1011 | 100011001 | 1001101 | 110101 |
Color Harmonies of #A92CE3
Complementary color
Monochromatic Colors of #A92CE3
Black with #A92CE3
Text Example
Text Example
White with #A92CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CE3; }
p { color: rgb(169,44,227); }
H1.HeaderClassName
{
color: #A92CE3;
}
.AnyTagClassName
{
color: #A92CE3;
}
</style>
background-color css
<style>
a { background-color: #A92CE3; }
a { background-color: rgb(169,44,227); }
div.DivClassName
{
background-color: #A92CE3;
}
.BgClassName
{
background-color: #A92CE3;
}
</style>
border-color css
<style>
span { border-color: #A92CE3; }
span { border-color: rgb(169,44,227); }
td.TdClassName
{
border-color: #A92CE3;
}
.TagClassName
{
border-color: #A92CE3;
}
</style>