Shades of Dark Orchid #A448CE
Tints of Dark Orchid #A448CE
RGB
CMYK
RGB Variations
Color information
#A448CE (or 0xA448CE) is known color: Dark Orchid. HEX triplet: A4, 48 and CE. RGB value is (164,72,206). Sum of RGB (Red+Green+Blue) = 164+72+206=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #A448CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448CE is #5BB731. Grayscale: #727272. Windows color (decimal): -6010674 or 13519012. OLE color: 13519012.
HSL color Cylindrical-coordinate representation of color #A448CE: hue angle of 281.19º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A448CE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 72 | 206 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.19 |
| HSL | 281.19º | 0.58% | 0.55% | - |
| HSV(B) | 281.19º | 0.65% | 0.81% | - |
| XYZ | 28.77 | 16.98 | 60.15 | - |
| YUV | 114.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 206 | 0.20 | 0.65 | 0 | 0.19 | 281.19 | 0.58 | 0.55 |
| Hex | A4 | 48 | CE | 14 | 41 | 0 | 13 | 119 | 3A | 37 |
| Octal | 244 | 110 | 316 | 24 | 101 | 0 | 23 | 431 | 72 | 67 |
| Binary | 10100100 | 1001000 | 11001110 | 10100 | 1000001 | 0 | 10011 | 100011001 | 111010 | 110111 |
Color Harmonies of #A448CE
Complementary color
Monochromatic Colors of #A448CE
Black with #A448CE
Text Example
Text Example
White with #A448CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448CE; }
p { color: rgb(164,72,206); }
H1.HeaderClassName
{
color: #A448CE;
}
.AnyTagClassName
{
color: #A448CE;
}
</style>
background-color css
<style>
a { background-color: #A448CE; }
a { background-color: rgb(164,72,206); }
div.DivClassName
{
background-color: #A448CE;
}
.BgClassName
{
background-color: #A448CE;
}
</style>
border-color css
<style>
span { border-color: #A448CE; }
span { border-color: rgb(164,72,206); }
td.TdClassName
{
border-color: #A448CE;
}
.TagClassName
{
border-color: #A448CE;
}
</style>