Shades of Dark Orchid #A033B3
Tints of Dark Orchid #A033B3
RGB
CMYK
RGB Variations
Color information
#A033B3 (or 0xA033B3) is known color: Dark Orchid. HEX triplet: A0, 33 and B3. RGB value is (160,51,179). Sum of RGB (Red+Green+Blue) = 160+51+179=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #A033B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033B3 is #5FCC4C. Grayscale: #616161. Windows color (decimal): -6278221 or 11744160. OLE color: 11744160.
HSL color Cylindrical-coordinate representation of color #A033B3: hue angle of 291.09º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A033B3 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 51 | 179 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.30 |
| HSL | 291.09º | 0.56% | 0.45% | - |
| HSV(B) | 291.09º | 0.72% | 0.7% | - |
| XYZ | 23.82 | 13.1 | 43.92 | - |
| YUV | 98.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 179 | 0.11 | 0.72 | 0 | 0.30 | 291.09 | 0.56 | 0.45 |
| Hex | A0 | 33 | B3 | B | 48 | 0 | 1E | 123 | 38 | 2D |
| Octal | 240 | 63 | 263 | 13 | 110 | 0 | 36 | 443 | 70 | 55 |
| Binary | 10100000 | 110011 | 10110011 | 1011 | 1001000 | 0 | 11110 | 100100011 | 111000 | 101101 |
Color Harmonies of #A033B3
Complementary color
Monochromatic Colors of #A033B3
Black with #A033B3
Text Example
Text Example
White with #A033B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033B3; }
p { color: rgb(160,51,179); }
H1.HeaderClassName
{
color: #A033B3;
}
.AnyTagClassName
{
color: #A033B3;
}
</style>
background-color css
<style>
a { background-color: #A033B3; }
a { background-color: rgb(160,51,179); }
div.DivClassName
{
background-color: #A033B3;
}
.BgClassName
{
background-color: #A033B3;
}
</style>
border-color css
<style>
span { border-color: #A033B3; }
span { border-color: rgb(160,51,179); }
td.TdClassName
{
border-color: #A033B3;
}
.TagClassName
{
border-color: #A033B3;
}
</style>