Shades of Dark Orchid #A144CB
Tints of Dark Orchid #A144CB
RGB
CMYK
RGB Variations
Color information
#A144CB (or 0xA144CB) is known color: Dark Orchid. HEX triplet: A1, 44 and CB. RGB value is (161,68,203). Sum of RGB (Red+Green+Blue) = 161+68+203=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A144CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144CB is #5EBB34. Grayscale: #6E6E6E. Windows color (decimal): -6208309 or 13321377. OLE color: 13321377.
HSL color Cylindrical-coordinate representation of color #A144CB: hue angle of 281.33º 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 #A144CB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 68 | 203 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.20 |
| HSL | 281.33º | 0.56% | 0.53% | - |
| HSV(B) | 281.33º | 0.67% | 0.8% | - |
| XYZ | 27.54 | 16.02 | 58.14 | - |
| YUV | 111.2 | 179.81 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 203 | 0.21 | 0.67 | 0 | 0.20 | 281.33 | 0.56 | 0.53 |
| Hex | A1 | 44 | CB | 15 | 43 | 0 | 14 | 119 | 38 | 35 |
| Octal | 241 | 104 | 313 | 25 | 103 | 0 | 24 | 431 | 70 | 65 |
| Binary | 10100001 | 1000100 | 11001011 | 10101 | 1000011 | 0 | 10100 | 100011001 | 111000 | 110101 |
Color Harmonies of #A144CB
Complementary color
Monochromatic Colors of #A144CB
Black with #A144CB
Text Example
Text Example
White with #A144CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144CB; }
p { color: rgb(161,68,203); }
H1.HeaderClassName
{
color: #A144CB;
}
.AnyTagClassName
{
color: #A144CB;
}
</style>
background-color css
<style>
a { background-color: #A144CB; }
a { background-color: rgb(161,68,203); }
div.DivClassName
{
background-color: #A144CB;
}
.BgClassName
{
background-color: #A144CB;
}
</style>
border-color css
<style>
span { border-color: #A144CB; }
span { border-color: rgb(161,68,203); }
td.TdClassName
{
border-color: #A144CB;
}
.TagClassName
{
border-color: #A144CB;
}
</style>