Shades of Medium Orchid #A653DB
Tints of Medium Orchid #A653DB
RGB
CMYK
RGB Variations
Color information
#A653DB (or 0xA653DB) is known color: Medium Orchid. HEX triplet: A6, 53 and DB. RGB value is (166,83,219). Sum of RGB (Red+Green+Blue) = 166+83+219=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #A653DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653DB is #59AC24. Grayscale: #7A7A7A. Windows color (decimal): -5876773 or 14373798. OLE color: 14373798.
HSL color Cylindrical-coordinate representation of color #A653DB: hue angle of 276.62º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A653DB is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 83 | 219 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.14 |
| HSL | 276.62º | 0.65% | 0.59% | - |
| HSV(B) | 276.62º | 0.62% | 0.86% | - |
| XYZ | 31.61 | 19.41 | 69.1 | - |
| YUV | 123.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 219 | 0.24 | 0.62 | 0 | 0.14 | 276.62 | 0.65 | 0.59 |
| Hex | A6 | 53 | DB | 18 | 3E | 0 | E | 115 | 41 | 3B |
| Octal | 246 | 123 | 333 | 30 | 76 | 0 | 16 | 425 | 101 | 73 |
| Binary | 10100110 | 1010011 | 11011011 | 11000 | 111110 | 0 | 1110 | 100010101 | 1000001 | 111011 |
Color Harmonies of #A653DB
Complementary color
Monochromatic Colors of #A653DB
Black with #A653DB
Text Example
Text Example
White with #A653DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653DB; }
p { color: rgb(166,83,219); }
H1.HeaderClassName
{
color: #A653DB;
}
.AnyTagClassName
{
color: #A653DB;
}
</style>
background-color css
<style>
a { background-color: #A653DB; }
a { background-color: rgb(166,83,219); }
div.DivClassName
{
background-color: #A653DB;
}
.BgClassName
{
background-color: #A653DB;
}
</style>
border-color css
<style>
span { border-color: #A653DB; }
span { border-color: rgb(166,83,219); }
td.TdClassName
{
border-color: #A653DB;
}
.TagClassName
{
border-color: #A653DB;
}
</style>