Shades of Dark Orchid #A234B4
Tints of Dark Orchid #A234B4
RGB
CMYK
RGB Variations
Color information
#A234B4 (or 0xA234B4) is known color: Dark Orchid. HEX triplet: A2, 34 and B4. RGB value is (162,52,180). Sum of RGB (Red+Green+Blue) = 162+52+180=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 52 (20.70% from 255 or 13.20% 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 #A234B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234B4 is #5DCB4B. Grayscale: #636363. Windows color (decimal): -6146892 or 11809954. OLE color: 11809954.
HSL color Cylindrical-coordinate representation of color #A234B4: hue angle of 291.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A234B4 is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 52 | 180 | - |
| CMYK | 0.1 | 0.71 | 0 | 0.29 |
| HSL | 291.56º | 0.55% | 0.45% | - |
| HSV(B) | 291.56º | 0.71% | 0.71% | - |
| XYZ | 24.37 | 13.43 | 44.49 | - |
| YUV | 99.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 180 | 0.1 | 0.71 | 0 | 0.29 | 291.56 | 0.55 | 0.45 |
| Hex | A2 | 34 | B4 | A | 47 | 0 | 1D | 124 | 37 | 2D |
| Octal | 242 | 64 | 264 | 12 | 107 | 0 | 35 | 444 | 67 | 55 |
| Binary | 10100010 | 110100 | 10110100 | 1010 | 1000111 | 0 | 11101 | 100100100 | 110111 | 101101 |
Color Harmonies of #A234B4
Complementary color
Monochromatic Colors of #A234B4
Black with #A234B4
Text Example
Text Example
White with #A234B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234B4; }
p { color: rgb(162,52,180); }
H1.HeaderClassName
{
color: #A234B4;
}
.AnyTagClassName
{
color: #A234B4;
}
</style>
background-color css
<style>
a { background-color: #A234B4; }
a { background-color: rgb(162,52,180); }
div.DivClassName
{
background-color: #A234B4;
}
.BgClassName
{
background-color: #A234B4;
}
</style>
border-color css
<style>
span { border-color: #A234B4; }
span { border-color: rgb(162,52,180); }
td.TdClassName
{
border-color: #A234B4;
}
.TagClassName
{
border-color: #A234B4;
}
</style>