Shades of Medium Orchid #A753E5
Tints of Medium Orchid #A753E5
RGB
CMYK
RGB Variations
Color information
#A753E5 (or 0xA753E5) is known color: Medium Orchid. HEX triplet: A7, 53 and E5. RGB value is (167,83,229). Sum of RGB (Red+Green+Blue) = 167+83+229=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #A753E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A753E5 is #58AC1A. Grayscale: #7C7C7C. Windows color (decimal): -5811227 or 15029159. OLE color: 15029159.
HSL color Cylindrical-coordinate representation of color #A753E5: hue angle of 274.52º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A753E5 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 83 | 229 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.10 |
| HSL | 274.52º | 0.74% | 0.61% | - |
| HSV(B) | 274.52º | 0.64% | 0.9% | - |
| XYZ | 33.17 | 20.06 | 76.25 | - |
| YUV | 124.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 229 | 0.27 | 0.64 | 0 | 0.10 | 274.52 | 0.74 | 0.61 |
| Hex | A7 | 53 | E5 | 1B | 40 | 0 | A | 113 | 4A | 3D |
| Octal | 247 | 123 | 345 | 33 | 100 | 0 | 12 | 423 | 112 | 75 |
| Binary | 10100111 | 1010011 | 11100101 | 11011 | 1000000 | 0 | 1010 | 100010011 | 1001010 | 111101 |
Color Harmonies of #A753E5
Complementary color
Monochromatic Colors of #A753E5
Black with #A753E5
Text Example
Text Example
White with #A753E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A753E5; }
p { color: rgb(167,83,229); }
H1.HeaderClassName
{
color: #A753E5;
}
.AnyTagClassName
{
color: #A753E5;
}
</style>
background-color css
<style>
a { background-color: #A753E5; }
a { background-color: rgb(167,83,229); }
div.DivClassName
{
background-color: #A753E5;
}
.BgClassName
{
background-color: #A753E5;
}
</style>
border-color css
<style>
span { border-color: #A753E5; }
span { border-color: rgb(167,83,229); }
td.TdClassName
{
border-color: #A753E5;
}
.TagClassName
{
border-color: #A753E5;
}
</style>