Shades of Dark Orchid #A33AB0
Tints of Dark Orchid #A33AB0
RGB
CMYK
RGB Variations
Color information
#A33AB0 (or 0xA33AB0) is known color: Dark Orchid. HEX triplet: A3, 3A and B0. RGB value is (163,58,176). Sum of RGB (Red+Green+Blue) = 163+58+176=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #A33AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33AB0 is #5CC54F. Grayscale: #666666. Windows color (decimal): -6079824 or 11549347. OLE color: 11549347.
HSL color Cylindrical-coordinate representation of color #A33AB0: hue angle of 293.39º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33AB0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 58 | 176 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.31 |
| HSL | 293.39º | 0.5% | 0.46% | - |
| HSV(B) | 293.39º | 0.67% | 0.69% | - |
| XYZ | 24.45 | 13.95 | 42.48 | - |
| YUV | 102.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 176 | 0.07 | 0.67 | 0 | 0.31 | 293.39 | 0.5 | 0.46 |
| Hex | A3 | 3A | B0 | 7 | 43 | 0 | 1F | 125 | 32 | 2E |
| Octal | 243 | 72 | 260 | 7 | 103 | 0 | 37 | 445 | 62 | 56 |
| Binary | 10100011 | 111010 | 10110000 | 111 | 1000011 | 0 | 11111 | 100100101 | 110010 | 101110 |
Color Harmonies of #A33AB0
Complementary color
Monochromatic Colors of #A33AB0
Black with #A33AB0
Text Example
Text Example
White with #A33AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33AB0; }
p { color: rgb(163,58,176); }
H1.HeaderClassName
{
color: #A33AB0;
}
.AnyTagClassName
{
color: #A33AB0;
}
</style>
background-color css
<style>
a { background-color: #A33AB0; }
a { background-color: rgb(163,58,176); }
div.DivClassName
{
background-color: #A33AB0;
}
.BgClassName
{
background-color: #A33AB0;
}
</style>
border-color css
<style>
span { border-color: #A33AB0; }
span { border-color: rgb(163,58,176); }
td.TdClassName
{
border-color: #A33AB0;
}
.TagClassName
{
border-color: #A33AB0;
}
</style>