Shades of Dark Orchid #A233B4
Tints of Dark Orchid #A233B4
RGB
CMYK
RGB Variations
Color information
#A233B4 (or 0xA233B4) is known color: Dark Orchid. HEX triplet: A2, 33 and B4. RGB value is (162,51,180). Sum of RGB (Red+Green+Blue) = 162+51+180=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #A233B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233B4 is #5DCC4B. Grayscale: #626262. Windows color (decimal): -6147148 or 11809698. OLE color: 11809698.
HSL color Cylindrical-coordinate representation of color #A233B4: hue angle of 291.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A233B4 is Cyan = 0.1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 51 | 180 | - |
| CMYK | 0.1 | 0.72 | 0 | 0.29 |
| HSL | 291.63º | 0.56% | 0.45% | - |
| HSV(B) | 291.63º | 0.72% | 0.71% | - |
| XYZ | 24.32 | 13.34 | 44.47 | - |
| YUV | 98.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 180 | 0.1 | 0.72 | 0 | 0.29 | 291.63 | 0.56 | 0.45 |
| Hex | A2 | 33 | B4 | A | 48 | 0 | 1D | 124 | 38 | 2D |
| Octal | 242 | 63 | 264 | 12 | 110 | 0 | 35 | 444 | 70 | 55 |
| Binary | 10100010 | 110011 | 10110100 | 1010 | 1001000 | 0 | 11101 | 100100100 | 111000 | 101101 |
Color Harmonies of #A233B4
Complementary color
Monochromatic Colors of #A233B4
Black with #A233B4
Text Example
Text Example
White with #A233B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233B4; }
p { color: rgb(162,51,180); }
H1.HeaderClassName
{
color: #A233B4;
}
.AnyTagClassName
{
color: #A233B4;
}
</style>
background-color css
<style>
a { background-color: #A233B4; }
a { background-color: rgb(162,51,180); }
div.DivClassName
{
background-color: #A233B4;
}
.BgClassName
{
background-color: #A233B4;
}
</style>
border-color css
<style>
span { border-color: #A233B4; }
span { border-color: rgb(162,51,180); }
td.TdClassName
{
border-color: #A233B4;
}
.TagClassName
{
border-color: #A233B4;
}
</style>