Shades of Dark Orchid #A344CB
Tints of Dark Orchid #A344CB
RGB
CMYK
RGB Variations
Color information
#A344CB (or 0xA344CB) is known color: Dark Orchid. HEX triplet: A3, 44 and CB. RGB value is (163,68,203). Sum of RGB (Red+Green+Blue) = 163+68+203=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #A344CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344CB is #5CBB34. Grayscale: #6F6F6F. Windows color (decimal): -6077237 or 13321379. OLE color: 13321379.
HSL color Cylindrical-coordinate representation of color #A344CB: hue angle of 282.22º degrees, saturation: 0.56, 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 #A344CB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 68 | 203 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.20 |
| HSL | 282.22º | 0.56% | 0.53% | - |
| HSV(B) | 282.22º | 0.67% | 0.8% | - |
| XYZ | 27.95 | 16.23 | 58.16 | - |
| YUV | 111.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 203 | 0.20 | 0.67 | 0 | 0.20 | 282.22 | 0.56 | 0.53 |
| Hex | A3 | 44 | CB | 14 | 43 | 0 | 14 | 11A | 38 | 35 |
| Octal | 243 | 104 | 313 | 24 | 103 | 0 | 24 | 432 | 70 | 65 |
| Binary | 10100011 | 1000100 | 11001011 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111000 | 110101 |
Color Harmonies of #A344CB
Complementary color
Monochromatic Colors of #A344CB
Black with #A344CB
Text Example
Text Example
White with #A344CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344CB; }
p { color: rgb(163,68,203); }
H1.HeaderClassName
{
color: #A344CB;
}
.AnyTagClassName
{
color: #A344CB;
}
</style>
background-color css
<style>
a { background-color: #A344CB; }
a { background-color: rgb(163,68,203); }
div.DivClassName
{
background-color: #A344CB;
}
.BgClassName
{
background-color: #A344CB;
}
</style>
border-color css
<style>
span { border-color: #A344CB; }
span { border-color: rgb(163,68,203); }
td.TdClassName
{
border-color: #A344CB;
}
.TagClassName
{
border-color: #A344CB;
}
</style>