Shades of Dark Orchid #A437CC
Tints of Dark Orchid #A437CC
RGB
CMYK
RGB Variations
Color information
#A437CC (or 0xA437CC) is known color: Dark Orchid. HEX triplet: A4, 37 and CC. RGB value is (164,55,204). Sum of RGB (Red+Green+Blue) = 164+55+204=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A437CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437CC is #5BC833. Grayscale: #686868. Windows color (decimal): -6015028 or 13383588. OLE color: 13383588.
HSL color Cylindrical-coordinate representation of color #A437CC: hue angle of 283.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A437CC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 55 | 204 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.2 |
| HSL | 283.89º | 0.59% | 0.51% | - |
| HSV(B) | 283.89º | 0.73% | 0.8% | - |
| XYZ | 27.58 | 14.98 | 58.57 | - |
| YUV | 104.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 204 | 0.20 | 0.73 | 0 | 0.2 | 283.89 | 0.59 | 0.51 |
| Hex | A4 | 37 | CC | 14 | 49 | 0 | 14 | 11C | 3B | 33 |
| Octal | 244 | 67 | 314 | 24 | 111 | 0 | 24 | 434 | 73 | 63 |
| Binary | 10100100 | 110111 | 11001100 | 10100 | 1001001 | 0 | 10100 | 100011100 | 111011 | 110011 |
Color Harmonies of #A437CC
Complementary color
Monochromatic Colors of #A437CC
Black with #A437CC
Text Example
Text Example
White with #A437CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A437CC; }
p { color: rgb(164,55,204); }
H1.HeaderClassName
{
color: #A437CC;
}
.AnyTagClassName
{
color: #A437CC;
}
</style>
background-color css
<style>
a { background-color: #A437CC; }
a { background-color: rgb(164,55,204); }
div.DivClassName
{
background-color: #A437CC;
}
.BgClassName
{
background-color: #A437CC;
}
</style>
border-color css
<style>
span { border-color: #A437CC; }
span { border-color: rgb(164,55,204); }
td.TdClassName
{
border-color: #A437CC;
}
.TagClassName
{
border-color: #A437CC;
}
</style>