Shades of Dark Orchid #A033CF
Tints of Dark Orchid #A033CF
RGB
CMYK
RGB Variations
Color information
#A033CF (or 0xA033CF) is known color: Dark Orchid. HEX triplet: A0, 33 and CF. RGB value is (160,51,207). Sum of RGB (Red+Green+Blue) = 160+51+207=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #A033CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033CF is #5FCC30. Grayscale: #646464. Windows color (decimal): -6278193 or 13579168. OLE color: 13579168.
HSL color Cylindrical-coordinate representation of color #A033CF: hue angle of 281.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A033CF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 51 | 207 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.19 |
| HSL | 281.92º | 0.62% | 0.51% | - |
| HSV(B) | 281.92º | 0.75% | 0.81% | - |
| XYZ | 26.94 | 14.35 | 60.38 | - |
| YUV | 101.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 207 | 0.23 | 0.75 | 0 | 0.19 | 281.92 | 0.62 | 0.51 |
| Hex | A0 | 33 | CF | 17 | 4B | 0 | 13 | 11A | 3E | 33 |
| Octal | 240 | 63 | 317 | 27 | 113 | 0 | 23 | 432 | 76 | 63 |
| Binary | 10100000 | 110011 | 11001111 | 10111 | 1001011 | 0 | 10011 | 100011010 | 111110 | 110011 |
Color Harmonies of #A033CF
Complementary color
Monochromatic Colors of #A033CF
Black with #A033CF
Text Example
Text Example
White with #A033CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033CF; }
p { color: rgb(160,51,207); }
H1.HeaderClassName
{
color: #A033CF;
}
.AnyTagClassName
{
color: #A033CF;
}
</style>
background-color css
<style>
a { background-color: #A033CF; }
a { background-color: rgb(160,51,207); }
div.DivClassName
{
background-color: #A033CF;
}
.BgClassName
{
background-color: #A033CF;
}
</style>
border-color css
<style>
span { border-color: #A033CF; }
span { border-color: rgb(160,51,207); }
td.TdClassName
{
border-color: #A033CF;
}
.TagClassName
{
border-color: #A033CF;
}
</style>