Shades of Dark Orchid #A441CC
Tints of Dark Orchid #A441CC
RGB
CMYK
RGB Variations
Color information
#A441CC (or 0xA441CC) is known color: Dark Orchid. HEX triplet: A4, 41 and CC. RGB value is (164,65,204). Sum of RGB (Red+Green+Blue) = 164+65+204=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A441CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441CC is #5BBE33. Grayscale: #6D6D6D. Windows color (decimal): -6012468 or 13386148. OLE color: 13386148.
HSL color Cylindrical-coordinate representation of color #A441CC: hue angle of 282.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A441CC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 65 | 204 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.2 |
| HSL | 282.73º | 0.58% | 0.53% | - |
| HSV(B) | 282.73º | 0.68% | 0.8% | - |
| XYZ | 28.1 | 16.03 | 58.74 | - |
| YUV | 110.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 204 | 0.20 | 0.68 | 0 | 0.2 | 282.73 | 0.58 | 0.53 |
| Hex | A4 | 41 | CC | 14 | 44 | 0 | 14 | 11B | 3A | 35 |
| Octal | 244 | 101 | 314 | 24 | 104 | 0 | 24 | 433 | 72 | 65 |
| Binary | 10100100 | 1000001 | 11001100 | 10100 | 1000100 | 0 | 10100 | 100011011 | 111010 | 110101 |
Color Harmonies of #A441CC
Complementary color
Monochromatic Colors of #A441CC
Black with #A441CC
Text Example
Text Example
White with #A441CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441CC; }
p { color: rgb(164,65,204); }
H1.HeaderClassName
{
color: #A441CC;
}
.AnyTagClassName
{
color: #A441CC;
}
</style>
background-color css
<style>
a { background-color: #A441CC; }
a { background-color: rgb(164,65,204); }
div.DivClassName
{
background-color: #A441CC;
}
.BgClassName
{
background-color: #A441CC;
}
</style>
border-color css
<style>
span { border-color: #A441CC; }
span { border-color: rgb(164,65,204); }
td.TdClassName
{
border-color: #A441CC;
}
.TagClassName
{
border-color: #A441CC;
}
</style>