Shades of Dark Orchid #A033C6
Tints of Dark Orchid #A033C6
RGB
CMYK
RGB Variations
Color information
#A033C6 (or 0xA033C6) is known color: Dark Orchid. HEX triplet: A0, 33 and C6. RGB value is (160,51,198). Sum of RGB (Red+Green+Blue) = 160+51+198=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #A033C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033C6 is #5FCC39. Grayscale: #636363. Windows color (decimal): -6278202 or 12989344. OLE color: 12989344.
HSL color Cylindrical-coordinate representation of color #A033C6: hue angle of 284.49º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A033C6 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 51 | 198 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.22 |
| HSL | 284.49º | 0.59% | 0.49% | - |
| HSV(B) | 284.49º | 0.74% | 0.78% | - |
| XYZ | 25.87 | 13.92 | 54.75 | - |
| YUV | 100.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 198 | 0.19 | 0.74 | 0 | 0.22 | 284.49 | 0.59 | 0.49 |
| Hex | A0 | 33 | C6 | 13 | 4A | 0 | 16 | 11C | 3B | 31 |
| Octal | 240 | 63 | 306 | 23 | 112 | 0 | 26 | 434 | 73 | 61 |
| Binary | 10100000 | 110011 | 11000110 | 10011 | 1001010 | 0 | 10110 | 100011100 | 111011 | 110001 |
Color Harmonies of #A033C6
Complementary color
Monochromatic Colors of #A033C6
Black with #A033C6
Text Example
Text Example
White with #A033C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A033C6; }
p { color: rgb(160,51,198); }
H1.HeaderClassName
{
color: #A033C6;
}
.AnyTagClassName
{
color: #A033C6;
}
</style>
background-color css
<style>
a { background-color: #A033C6; }
a { background-color: rgb(160,51,198); }
div.DivClassName
{
background-color: #A033C6;
}
.BgClassName
{
background-color: #A033C6;
}
</style>
border-color css
<style>
span { border-color: #A033C6; }
span { border-color: rgb(160,51,198); }
td.TdClassName
{
border-color: #A033C6;
}
.TagClassName
{
border-color: #A033C6;
}
</style>