Shades of Dark Orchid #A248CF
Tints of Dark Orchid #A248CF
RGB
CMYK
RGB Variations
Color information
#A248CF (or 0xA248CF) is known color: Dark Orchid. HEX triplet: A2, 48 and CF. RGB value is (162,72,207). Sum of RGB (Red+Green+Blue) = 162+72+207=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A248CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248CF is #5DB730. Grayscale: #717171. Windows color (decimal): -6141745 or 13584546. OLE color: 13584546.
HSL color Cylindrical-coordinate representation of color #A248CF: hue angle of 280º 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 #A248CF is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 72 | 207 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.19 |
| HSL | 280º | 0.58% | 0.55% | - |
| HSV(B) | 280º | 0.65% | 0.81% | - |
| XYZ | 28.48 | 16.82 | 60.78 | - |
| YUV | 114.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 207 | 0.22 | 0.65 | 0 | 0.19 | 280 | 0.58 | 0.55 |
| Hex | A2 | 48 | CF | 16 | 41 | 0 | 13 | 118 | 3A | 37 |
| Octal | 242 | 110 | 317 | 26 | 101 | 0 | 23 | 430 | 72 | 67 |
| Binary | 10100010 | 1001000 | 11001111 | 10110 | 1000001 | 0 | 10011 | 100011000 | 111010 | 110111 |
Color Harmonies of #A248CF
Complementary color
Monochromatic Colors of #A248CF
Black with #A248CF
Text Example
Text Example
White with #A248CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A248CF; }
p { color: rgb(162,72,207); }
H1.HeaderClassName
{
color: #A248CF;
}
.AnyTagClassName
{
color: #A248CF;
}
</style>
background-color css
<style>
a { background-color: #A248CF; }
a { background-color: rgb(162,72,207); }
div.DivClassName
{
background-color: #A248CF;
}
.BgClassName
{
background-color: #A248CF;
}
</style>
border-color css
<style>
span { border-color: #A248CF; }
span { border-color: rgb(162,72,207); }
td.TdClassName
{
border-color: #A248CF;
}
.TagClassName
{
border-color: #A248CF;
}
</style>