Shades of Dark Orchid #A233B5
Tints of Dark Orchid #A233B5
RGB
CMYK
RGB Variations
Color information
#A233B5 (or 0xA233B5) is known color: Dark Orchid. HEX triplet: A2, 33 and B5. RGB value is (162,51,181). Sum of RGB (Red+Green+Blue) = 162+51+181=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #A233B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233B5 is #5DCC4A. Grayscale: #626262. Windows color (decimal): -6147147 or 11875234. OLE color: 11875234.
HSL color Cylindrical-coordinate representation of color #A233B5: hue angle of 291.23º 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 #A233B5 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 51 | 181 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.29 |
| HSL | 291.23º | 0.56% | 0.45% | - |
| HSV(B) | 291.23º | 0.72% | 0.71% | - |
| XYZ | 24.42 | 13.39 | 45.01 | - |
| YUV | 99.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 181 | 0.10 | 0.72 | 0 | 0.29 | 291.23 | 0.56 | 0.45 |
| Hex | A2 | 33 | B5 | A | 48 | 0 | 1D | 123 | 38 | 2D |
| Octal | 242 | 63 | 265 | 12 | 110 | 0 | 35 | 443 | 70 | 55 |
| Binary | 10100010 | 110011 | 10110101 | 1010 | 1001000 | 0 | 11101 | 100100011 | 111000 | 101101 |
Color Harmonies of #A233B5
Complementary color
Monochromatic Colors of #A233B5
Black with #A233B5
Text Example
Text Example
White with #A233B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233B5; }
p { color: rgb(162,51,181); }
H1.HeaderClassName
{
color: #A233B5;
}
.AnyTagClassName
{
color: #A233B5;
}
</style>
background-color css
<style>
a { background-color: #A233B5; }
a { background-color: rgb(162,51,181); }
div.DivClassName
{
background-color: #A233B5;
}
.BgClassName
{
background-color: #A233B5;
}
</style>
border-color css
<style>
span { border-color: #A233B5; }
span { border-color: rgb(162,51,181); }
td.TdClassName
{
border-color: #A233B5;
}
.TagClassName
{
border-color: #A233B5;
}
</style>