Shades of Dark Orchid #A344CC
Tints of Dark Orchid #A344CC
RGB
CMYK
RGB Variations
Color information
#A344CC (or 0xA344CC) is known color: Dark Orchid. HEX triplet: A3, 44 and CC. RGB value is (163,68,204). Sum of RGB (Red+Green+Blue) = 163+68+204=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 68 (26.95% from 255 or 15.63% 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 #A344CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344CC is #5CBB33. Grayscale: #6F6F6F. Windows color (decimal): -6077236 or 13386915. OLE color: 13386915.
HSL color Cylindrical-coordinate representation of color #A344CC: hue angle of 281.91º 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 #A344CC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 68 | 204 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.2 |
| HSL | 281.91º | 0.57% | 0.53% | - |
| HSV(B) | 281.91º | 0.67% | 0.8% | - |
| XYZ | 28.07 | 16.28 | 58.79 | - |
| YUV | 111.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 204 | 0.20 | 0.67 | 0 | 0.2 | 281.91 | 0.57 | 0.53 |
| Hex | A3 | 44 | CC | 14 | 43 | 0 | 14 | 11A | 39 | 35 |
| Octal | 243 | 104 | 314 | 24 | 103 | 0 | 24 | 432 | 71 | 65 |
| Binary | 10100011 | 1000100 | 11001100 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111001 | 110101 |
Color Harmonies of #A344CC
Complementary color
Monochromatic Colors of #A344CC
Black with #A344CC
Text Example
Text Example
White with #A344CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344CC; }
p { color: rgb(163,68,204); }
H1.HeaderClassName
{
color: #A344CC;
}
.AnyTagClassName
{
color: #A344CC;
}
</style>
background-color css
<style>
a { background-color: #A344CC; }
a { background-color: rgb(163,68,204); }
div.DivClassName
{
background-color: #A344CC;
}
.BgClassName
{
background-color: #A344CC;
}
</style>
border-color css
<style>
span { border-color: #A344CC; }
span { border-color: rgb(163,68,204); }
td.TdClassName
{
border-color: #A344CC;
}
.TagClassName
{
border-color: #A344CC;
}
</style>