Shades of Dark Orchid #A332B5
Tints of Dark Orchid #A332B5
RGB
CMYK
RGB Variations
Color information
#A332B5 (or 0xA332B5) is known color: Dark Orchid. HEX triplet: A3, 32 and B5. RGB value is (163,50,181). Sum of RGB (Red+Green+Blue) = 163+50+181=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 50 (19.92% from 255 or 12.69% 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 #A332B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332B5 is #5CCD4A. Grayscale: #626262. Windows color (decimal): -6081867 or 11874979. OLE color: 11874979.
HSL color Cylindrical-coordinate representation of color #A332B5: hue angle of 291.76º degrees, saturation: 0.57, 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 #A332B5 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 50 | 181 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.29 |
| HSL | 291.76º | 0.57% | 0.45% | - |
| HSV(B) | 291.76º | 0.72% | 0.71% | - |
| XYZ | 24.59 | 13.4 | 45.01 | - |
| YUV | 98.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 181 | 0.10 | 0.72 | 0 | 0.29 | 291.76 | 0.57 | 0.45 |
| Hex | A3 | 32 | B5 | A | 48 | 0 | 1D | 124 | 39 | 2D |
| Octal | 243 | 62 | 265 | 12 | 110 | 0 | 35 | 444 | 71 | 55 |
| Binary | 10100011 | 110010 | 10110101 | 1010 | 1001000 | 0 | 11101 | 100100100 | 111001 | 101101 |
Color Harmonies of #A332B5
Complementary color
Monochromatic Colors of #A332B5
Black with #A332B5
Text Example
Text Example
White with #A332B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332B5; }
p { color: rgb(163,50,181); }
H1.HeaderClassName
{
color: #A332B5;
}
.AnyTagClassName
{
color: #A332B5;
}
</style>
background-color css
<style>
a { background-color: #A332B5; }
a { background-color: rgb(163,50,181); }
div.DivClassName
{
background-color: #A332B5;
}
.BgClassName
{
background-color: #A332B5;
}
</style>
border-color css
<style>
span { border-color: #A332B5; }
span { border-color: rgb(163,50,181); }
td.TdClassName
{
border-color: #A332B5;
}
.TagClassName
{
border-color: #A332B5;
}
</style>