Shades of Dark Orchid #A244CB
Tints of Dark Orchid #A244CB
RGB
CMYK
RGB Variations
Color information
#A244CB (or 0xA244CB) is known color: Dark Orchid. HEX triplet: A2, 44 and CB. RGB value is (162,68,203). Sum of RGB (Red+Green+Blue) = 162+68+203=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A244CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244CB is #5DBB34. Grayscale: #6F6F6F. Windows color (decimal): -6142773 or 13321378. OLE color: 13321378.
HSL color Cylindrical-coordinate representation of color #A244CB: hue angle of 281.78º 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 #A244CB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 68 | 203 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.20 |
| HSL | 281.78º | 0.56% | 0.53% | - |
| HSV(B) | 281.78º | 0.67% | 0.8% | - |
| XYZ | 27.75 | 16.13 | 58.15 | - |
| YUV | 111.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 203 | 0.20 | 0.67 | 0 | 0.20 | 281.78 | 0.56 | 0.53 |
| Hex | A2 | 44 | CB | 14 | 43 | 0 | 14 | 11A | 38 | 35 |
| Octal | 242 | 104 | 313 | 24 | 103 | 0 | 24 | 432 | 70 | 65 |
| Binary | 10100010 | 1000100 | 11001011 | 10100 | 1000011 | 0 | 10100 | 100011010 | 111000 | 110101 |
Color Harmonies of #A244CB
Complementary color
Monochromatic Colors of #A244CB
Black with #A244CB
Text Example
Text Example
White with #A244CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244CB; }
p { color: rgb(162,68,203); }
H1.HeaderClassName
{
color: #A244CB;
}
.AnyTagClassName
{
color: #A244CB;
}
</style>
background-color css
<style>
a { background-color: #A244CB; }
a { background-color: rgb(162,68,203); }
div.DivClassName
{
background-color: #A244CB;
}
.BgClassName
{
background-color: #A244CB;
}
</style>
border-color css
<style>
span { border-color: #A244CB; }
span { border-color: rgb(162,68,203); }
td.TdClassName
{
border-color: #A244CB;
}
.TagClassName
{
border-color: #A244CB;
}
</style>