Shades of Dark Orchid #A933CC
Tints of Dark Orchid #A933CC
RGB
CMYK
RGB Variations
Color information
#A933CC (or 0xA933CC) is known color: Dark Orchid. HEX triplet: A9, 33 and CC. RGB value is (169,51,204). Sum of RGB (Red+Green+Blue) = 169+51+204=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #A933CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933CC is #56CC33. Grayscale: #676767. Windows color (decimal): -5688372 or 13382569. OLE color: 13382569.
HSL color Cylindrical-coordinate representation of color #A933CC: hue angle of 286.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A933CC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 51 | 204 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.2 |
| HSL | 286.27º | 0.6% | 0.5% | - |
| HSV(B) | 286.27º | 0.75% | 0.8% | - |
| XYZ | 28.45 | 15.16 | 58.55 | - |
| YUV | 103.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 204 | 0.17 | 0.75 | 0 | 0.2 | 286.27 | 0.6 | 0.5 |
| Hex | A9 | 33 | CC | 11 | 4B | 0 | 14 | 11E | 3C | 32 |
| Octal | 251 | 63 | 314 | 21 | 113 | 0 | 24 | 436 | 74 | 62 |
| Binary | 10101001 | 110011 | 11001100 | 10001 | 1001011 | 0 | 10100 | 100011110 | 111100 | 110010 |
Color Harmonies of #A933CC
Complementary color
Monochromatic Colors of #A933CC
Black with #A933CC
Text Example
Text Example
White with #A933CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A933CC; }
p { color: rgb(169,51,204); }
H1.HeaderClassName
{
color: #A933CC;
}
.AnyTagClassName
{
color: #A933CC;
}
</style>
background-color css
<style>
a { background-color: #A933CC; }
a { background-color: rgb(169,51,204); }
div.DivClassName
{
background-color: #A933CC;
}
.BgClassName
{
background-color: #A933CC;
}
</style>
border-color css
<style>
span { border-color: #A933CC; }
span { border-color: rgb(169,51,204); }
td.TdClassName
{
border-color: #A933CC;
}
.TagClassName
{
border-color: #A933CC;
}
</style>