Shades of Dark Orchid #A33AB2
Tints of Dark Orchid #A33AB2
RGB
CMYK
RGB Variations
Color information
#A33AB2 (or 0xA33AB2) is known color: Dark Orchid. HEX triplet: A3, 3A and B2. RGB value is (163,58,178). Sum of RGB (Red+Green+Blue) = 163+58+178=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #A33AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AB2 is #5CC54D. Grayscale: #666666. Windows color (decimal): -6079822 or 11680419. OLE color: 11680419.
HSL color Cylindrical-coordinate representation of color #A33AB2: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33AB2 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 58 | 178 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.30 |
| HSL | 292.5º | 0.51% | 0.46% | - |
| HSV(B) | 292.5º | 0.67% | 0.7% | - |
| XYZ | 24.65 | 14.03 | 43.53 | - |
| YUV | 103.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 178 | 0.08 | 0.67 | 0 | 0.30 | 292.5 | 0.51 | 0.46 |
| Hex | A3 | 3A | B2 | 8 | 43 | 0 | 1E | 124 | 33 | 2E |
| Octal | 243 | 72 | 262 | 10 | 103 | 0 | 36 | 444 | 63 | 56 |
| Binary | 10100011 | 111010 | 10110010 | 1000 | 1000011 | 0 | 11110 | 100100100 | 110011 | 101110 |
Color Harmonies of #A33AB2
Complementary color
Monochromatic Colors of #A33AB2
Black with #A33AB2
Text Example
Text Example
White with #A33AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AB2; }
p { color: rgb(163,58,178); }
H1.HeaderClassName
{
color: #A33AB2;
}
.AnyTagClassName
{
color: #A33AB2;
}
</style>
background-color css
<style>
a { background-color: #A33AB2; }
a { background-color: rgb(163,58,178); }
div.DivClassName
{
background-color: #A33AB2;
}
.BgClassName
{
background-color: #A33AB2;
}
</style>
border-color css
<style>
span { border-color: #A33AB2; }
span { border-color: rgb(163,58,178); }
td.TdClassName
{
border-color: #A33AB2;
}
.TagClassName
{
border-color: #A33AB2;
}
</style>