Shades of Dark Orchid #A248DA
Tints of Dark Orchid #A248DA
RGB
CMYK
RGB Variations
Color information
#A248DA (or 0xA248DA) is known color: Dark Orchid. HEX triplet: A2, 48 and DA. RGB value is (162,72,218). Sum of RGB (Red+Green+Blue) = 162+72+218=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #A248DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248DA is #5DB725. Grayscale: #737373. Windows color (decimal): -6141734 or 14305442. OLE color: 14305442.
HSL color Cylindrical-coordinate representation of color #A248DA: hue angle of 276.99º 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 #A248DA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 72 | 218 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.15 |
| HSL | 276.99º | 0.66% | 0.57% | - |
| HSV(B) | 276.99º | 0.67% | 0.85% | - |
| XYZ | 29.87 | 17.38 | 68.11 | - |
| YUV | 115.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 218 | 0.26 | 0.67 | 0 | 0.15 | 276.99 | 0.66 | 0.57 |
| Hex | A2 | 48 | DA | 1A | 43 | 0 | F | 115 | 42 | 39 |
| Octal | 242 | 110 | 332 | 32 | 103 | 0 | 17 | 425 | 102 | 71 |
| Binary | 10100010 | 1001000 | 11011010 | 11010 | 1000011 | 0 | 1111 | 100010101 | 1000010 | 111001 |
Color Harmonies of #A248DA
Complementary color
Monochromatic Colors of #A248DA
Black with #A248DA
Text Example
Text Example
White with #A248DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248DA; }
p { color: rgb(162,72,218); }
H1.HeaderClassName
{
color: #A248DA;
}
.AnyTagClassName
{
color: #A248DA;
}
</style>
background-color css
<style>
a { background-color: #A248DA; }
a { background-color: rgb(162,72,218); }
div.DivClassName
{
background-color: #A248DA;
}
.BgClassName
{
background-color: #A248DA;
}
</style>
border-color css
<style>
span { border-color: #A248DA; }
span { border-color: rgb(162,72,218); }
td.TdClassName
{
border-color: #A248DA;
}
.TagClassName
{
border-color: #A248DA;
}
</style>