Shades of Dark Orchid #A448D9
Tints of Dark Orchid #A448D9
RGB
CMYK
RGB Variations
Color information
#A448D9 (or 0xA448D9) is known color: Dark Orchid. HEX triplet: A4, 48 and D9. RGB value is (164,72,217). Sum of RGB (Red+Green+Blue) = 164+72+217=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #A448D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448D9 is #5BB726. Grayscale: #737373. Windows color (decimal): -6010663 or 14239908. OLE color: 14239908.
HSL color Cylindrical-coordinate representation of color #A448D9: hue angle of 278.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A448D9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 72 | 217 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.15 |
| HSL | 278.07º | 0.66% | 0.57% | - |
| HSV(B) | 278.07º | 0.67% | 0.85% | - |
| XYZ | 30.15 | 17.54 | 67.44 | - |
| YUV | 116.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 217 | 0.24 | 0.67 | 0 | 0.15 | 278.07 | 0.66 | 0.57 |
| Hex | A4 | 48 | D9 | 18 | 43 | 0 | F | 116 | 42 | 39 |
| Octal | 244 | 110 | 331 | 30 | 103 | 0 | 17 | 426 | 102 | 71 |
| Binary | 10100100 | 1001000 | 11011001 | 11000 | 1000011 | 0 | 1111 | 100010110 | 1000010 | 111001 |
Color Harmonies of #A448D9
Complementary color
Monochromatic Colors of #A448D9
Black with #A448D9
Text Example
Text Example
White with #A448D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A448D9; }
p { color: rgb(164,72,217); }
H1.HeaderClassName
{
color: #A448D9;
}
.AnyTagClassName
{
color: #A448D9;
}
</style>
background-color css
<style>
a { background-color: #A448D9; }
a { background-color: rgb(164,72,217); }
div.DivClassName
{
background-color: #A448D9;
}
.BgClassName
{
background-color: #A448D9;
}
</style>
border-color css
<style>
span { border-color: #A448D9; }
span { border-color: rgb(164,72,217); }
td.TdClassName
{
border-color: #A448D9;
}
.TagClassName
{
border-color: #A448D9;
}
</style>