Shades of Dark Orchid #A443CC
Tints of Dark Orchid #A443CC
RGB
CMYK
RGB Variations
Color information
#A443CC (or 0xA443CC) is known color: Dark Orchid. HEX triplet: A4, 43 and CC. RGB value is (164,67,204). Sum of RGB (Red+Green+Blue) = 164+67+204=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #A443CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443CC is #5BBC33. Grayscale: #6F6F6F. Windows color (decimal): -6011956 or 13386660. OLE color: 13386660.
HSL color Cylindrical-coordinate representation of color #A443CC: hue angle of 282.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A443CC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 67 | 204 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.2 |
| HSL | 282.48º | 0.57% | 0.53% | - |
| HSV(B) | 282.48º | 0.67% | 0.8% | - |
| XYZ | 28.22 | 16.27 | 58.78 | - |
| YUV | 111.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 204 | 0.20 | 0.67 | 0 | 0.2 | 282.48 | 0.57 | 0.53 |
| Hex | A4 | 43 | CC | 14 | 43 | 0 | 14 | 11A | 39 | 35 |
| Octal | 244 | 103 | 314 | 24 | 103 | 0 | 24 | 432 | 71 | 65 |
| Binary | 10100100 | 1000011 | 11001100 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111001 | 110101 |
Color Harmonies of #A443CC
Complementary color
Monochromatic Colors of #A443CC
Black with #A443CC
Text Example
Text Example
White with #A443CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A443CC; }
p { color: rgb(164,67,204); }
H1.HeaderClassName
{
color: #A443CC;
}
.AnyTagClassName
{
color: #A443CC;
}
</style>
background-color css
<style>
a { background-color: #A443CC; }
a { background-color: rgb(164,67,204); }
div.DivClassName
{
background-color: #A443CC;
}
.BgClassName
{
background-color: #A443CC;
}
</style>
border-color css
<style>
span { border-color: #A443CC; }
span { border-color: rgb(164,67,204); }
td.TdClassName
{
border-color: #A443CC;
}
.TagClassName
{
border-color: #A443CC;
}
</style>