Shades of Dark Orchid #A248DB
Tints of Dark Orchid #A248DB
RGB
CMYK
RGB Variations
Color information
#A248DB (or 0xA248DB) is known color: Dark Orchid. HEX triplet: A2, 48 and DB. RGB value is (162,72,219). Sum of RGB (Red+Green+Blue) = 162+72+219=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #A248DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248DB is #5DB724. Grayscale: #737373. Windows color (decimal): -6141733 or 14370978. OLE color: 14370978.
HSL color Cylindrical-coordinate representation of color #A248DB: hue angle of 276.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A248DB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 72 | 219 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.14 |
| HSL | 276.73º | 0.67% | 0.57% | - |
| HSV(B) | 276.73º | 0.67% | 0.86% | - |
| XYZ | 30 | 17.43 | 68.8 | - |
| YUV | 115.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 219 | 0.26 | 0.67 | 0 | 0.14 | 276.73 | 0.67 | 0.57 |
| Hex | A2 | 48 | DB | 1A | 43 | 0 | E | 115 | 43 | 39 |
| Octal | 242 | 110 | 333 | 32 | 103 | 0 | 16 | 425 | 103 | 71 |
| Binary | 10100010 | 1001000 | 11011011 | 11010 | 1000011 | 0 | 1110 | 100010101 | 1000011 | 111001 |
Color Harmonies of #A248DB
Complementary color
Monochromatic Colors of #A248DB
Black with #A248DB
Text Example
Text Example
White with #A248DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248DB; }
p { color: rgb(162,72,219); }
H1.HeaderClassName
{
color: #A248DB;
}
.AnyTagClassName
{
color: #A248DB;
}
</style>
background-color css
<style>
a { background-color: #A248DB; }
a { background-color: rgb(162,72,219); }
div.DivClassName
{
background-color: #A248DB;
}
.BgClassName
{
background-color: #A248DB;
}
</style>
border-color css
<style>
span { border-color: #A248DB; }
span { border-color: rgb(162,72,219); }
td.TdClassName
{
border-color: #A248DB;
}
.TagClassName
{
border-color: #A248DB;
}
</style>