Shades of Dark Orchid #A448D5
Tints of Dark Orchid #A448D5
RGB
CMYK
RGB Variations
Color information
#A448D5 (or 0xA448D5) is known color: Dark Orchid. HEX triplet: A4, 48 and D5. RGB value is (164,72,213). Sum of RGB (Red+Green+Blue) = 164+72+213=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #A448D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448D5 is #5BB72A. Grayscale: #737373. Windows color (decimal): -6010667 or 13977764. OLE color: 13977764.
HSL color Cylindrical-coordinate representation of color #A448D5: hue angle of 279.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A448D5 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 72 | 213 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.16 |
| HSL | 279.15º | 0.63% | 0.56% | - |
| HSV(B) | 279.15º | 0.66% | 0.84% | - |
| XYZ | 29.64 | 17.33 | 64.73 | - |
| YUV | 115.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 213 | 0.23 | 0.66 | 0 | 0.16 | 279.15 | 0.63 | 0.56 |
| Hex | A4 | 48 | D5 | 17 | 42 | 0 | 10 | 117 | 3F | 38 |
| Octal | 244 | 110 | 325 | 27 | 102 | 0 | 20 | 427 | 77 | 70 |
| Binary | 10100100 | 1001000 | 11010101 | 10111 | 1000010 | 0 | 10000 | 100010111 | 111111 | 111000 |
Color Harmonies of #A448D5
Complementary color
Monochromatic Colors of #A448D5
Black with #A448D5
Text Example
Text Example
White with #A448D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448D5; }
p { color: rgb(164,72,213); }
H1.HeaderClassName
{
color: #A448D5;
}
.AnyTagClassName
{
color: #A448D5;
}
</style>
background-color css
<style>
a { background-color: #A448D5; }
a { background-color: rgb(164,72,213); }
div.DivClassName
{
background-color: #A448D5;
}
.BgClassName
{
background-color: #A448D5;
}
</style>
border-color css
<style>
span { border-color: #A448D5; }
span { border-color: rgb(164,72,213); }
td.TdClassName
{
border-color: #A448D5;
}
.TagClassName
{
border-color: #A448D5;
}
</style>