Shades of Dark Orchid #A234B7
Tints of Dark Orchid #A234B7
RGB
CMYK
RGB Variations
Color information
#A234B7 (or 0xA234B7) is known color: Dark Orchid. HEX triplet: A2, 34 and B7. RGB value is (162,52,183). Sum of RGB (Red+Green+Blue) = 162+52+183=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #A234B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234B7 is #5DCB48. Grayscale: #636363. Windows color (decimal): -6146889 or 12006562. OLE color: 12006562.
HSL color Cylindrical-coordinate representation of color #A234B7: hue angle of 290.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A234B7 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 52 | 183 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.28 |
| HSL | 290.38º | 0.56% | 0.46% | - |
| HSV(B) | 290.38º | 0.72% | 0.72% | - |
| XYZ | 24.68 | 13.56 | 46.12 | - |
| YUV | 99.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 183 | 0.11 | 0.72 | 0 | 0.28 | 290.38 | 0.56 | 0.46 |
| Hex | A2 | 34 | B7 | B | 48 | 0 | 1C | 122 | 38 | 2E |
| Octal | 242 | 64 | 267 | 13 | 110 | 0 | 34 | 442 | 70 | 56 |
| Binary | 10100010 | 110100 | 10110111 | 1011 | 1001000 | 0 | 11100 | 100100010 | 111000 | 101110 |
Color Harmonies of #A234B7
Complementary color
Monochromatic Colors of #A234B7
Black with #A234B7
Text Example
Text Example
White with #A234B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234B7; }
p { color: rgb(162,52,183); }
H1.HeaderClassName
{
color: #A234B7;
}
.AnyTagClassName
{
color: #A234B7;
}
</style>
background-color css
<style>
a { background-color: #A234B7; }
a { background-color: rgb(162,52,183); }
div.DivClassName
{
background-color: #A234B7;
}
.BgClassName
{
background-color: #A234B7;
}
</style>
border-color css
<style>
span { border-color: #A234B7; }
span { border-color: rgb(162,52,183); }
td.TdClassName
{
border-color: #A234B7;
}
.TagClassName
{
border-color: #A234B7;
}
</style>