Shades of Medium Orchid #A752DB
Tints of Medium Orchid #A752DB
RGB
CMYK
RGB Variations
Color information
#A752DB (or 0xA752DB) is known color: Medium Orchid. HEX triplet: A7, 52 and DB. RGB value is (167,82,219). Sum of RGB (Red+Green+Blue) = 167+82+219=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 82 (32.42% from 255 or 17.52% 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 #A752DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752DB is #58AD24. Grayscale: #7A7A7A. Windows color (decimal): -5811493 or 14373543. OLE color: 14373543.
HSL color Cylindrical-coordinate representation of color #A752DB: hue angle of 277.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A752DB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 82 | 219 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.14 |
| HSL | 277.23º | 0.66% | 0.59% | - |
| HSV(B) | 277.23º | 0.63% | 0.86% | - |
| XYZ | 31.74 | 19.36 | 69.08 | - |
| YUV | 123.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 219 | 0.24 | 0.63 | 0 | 0.14 | 277.23 | 0.66 | 0.59 |
| Hex | A7 | 52 | DB | 18 | 3F | 0 | E | 115 | 42 | 3B |
| Octal | 247 | 122 | 333 | 30 | 77 | 0 | 16 | 425 | 102 | 73 |
| Binary | 10100111 | 1010010 | 11011011 | 11000 | 111111 | 0 | 1110 | 100010101 | 1000010 | 111011 |
Color Harmonies of #A752DB
Complementary color
Monochromatic Colors of #A752DB
Black with #A752DB
Text Example
Text Example
White with #A752DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752DB; }
p { color: rgb(167,82,219); }
H1.HeaderClassName
{
color: #A752DB;
}
.AnyTagClassName
{
color: #A752DB;
}
</style>
background-color css
<style>
a { background-color: #A752DB; }
a { background-color: rgb(167,82,219); }
div.DivClassName
{
background-color: #A752DB;
}
.BgClassName
{
background-color: #A752DB;
}
</style>
border-color css
<style>
span { border-color: #A752DB; }
span { border-color: rgb(167,82,219); }
td.TdClassName
{
border-color: #A752DB;
}
.TagClassName
{
border-color: #A752DB;
}
</style>