Shades of Dark Orchid #A033BF
Tints of Dark Orchid #A033BF
RGB
CMYK
RGB Variations
Color information
#A033BF (or 0xA033BF) is known color: Dark Orchid. HEX triplet: A0, 33 and BF. RGB value is (160,51,191). Sum of RGB (Red+Green+Blue) = 160+51+191=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #A033BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033BF is #5FCC40. Grayscale: #636363. Windows color (decimal): -6278209 or 12530592. OLE color: 12530592.
HSL color Cylindrical-coordinate representation of color #A033BF: hue angle of 286.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A033BF is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 51 | 191 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.25 |
| HSL | 286.71º | 0.58% | 0.47% | - |
| HSV(B) | 286.71º | 0.73% | 0.75% | - |
| XYZ | 25.09 | 13.6 | 50.59 | - |
| YUV | 99.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 191 | 0.16 | 0.73 | 0 | 0.25 | 286.71 | 0.58 | 0.47 |
| Hex | A0 | 33 | BF | 10 | 49 | 0 | 19 | 11F | 3A | 2F |
| Octal | 240 | 63 | 277 | 20 | 111 | 0 | 31 | 437 | 72 | 57 |
| Binary | 10100000 | 110011 | 10111111 | 10000 | 1001001 | 0 | 11001 | 100011111 | 111010 | 101111 |
Color Harmonies of #A033BF
Complementary color
Monochromatic Colors of #A033BF
Black with #A033BF
Text Example
Text Example
White with #A033BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033BF; }
p { color: rgb(160,51,191); }
H1.HeaderClassName
{
color: #A033BF;
}
.AnyTagClassName
{
color: #A033BF;
}
</style>
background-color css
<style>
a { background-color: #A033BF; }
a { background-color: rgb(160,51,191); }
div.DivClassName
{
background-color: #A033BF;
}
.BgClassName
{
background-color: #A033BF;
}
</style>
border-color css
<style>
span { border-color: #A033BF; }
span { border-color: rgb(160,51,191); }
td.TdClassName
{
border-color: #A033BF;
}
.TagClassName
{
border-color: #A033BF;
}
</style>