Shades of Medium Orchid #A54BF2
Tints of Medium Orchid #A54BF2
RGB
CMYK
RGB Variations
Color information
#A54BF2 (or 0xA54BF2) is known color: Medium Orchid. HEX triplet: A5, 4B and F2. RGB value is (165,75,242). Sum of RGB (Red+Green+Blue) = 165+75+242=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #A54BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BF2 is #5AB40D. Grayscale: #787878. Windows color (decimal): -5944334 or 15879077. OLE color: 15879077.
HSL color Cylindrical-coordinate representation of color #A54BF2: hue angle of 272.34º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54BF2 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 75 | 242 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.05 |
| HSL | 272.34º | 0.87% | 0.62% | - |
| HSV(B) | 272.34º | 0.69% | 0.95% | - |
| XYZ | 34.06 | 19.44 | 85.96 | - |
| YUV | 120.95 | 196.32 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 242 | 0.32 | 0.69 | 0 | 0.05 | 272.34 | 0.87 | 0.62 |
| Hex | A5 | 4B | F2 | 20 | 45 | 0 | 5 | 110 | 57 | 3E |
| Octal | 245 | 113 | 362 | 40 | 105 | 0 | 5 | 420 | 127 | 76 |
| Binary | 10100101 | 1001011 | 11110010 | 100000 | 1000101 | 0 | 101 | 100010000 | 1010111 | 111110 |
Color Harmonies of #A54BF2
Complementary color
Monochromatic Colors of #A54BF2
Black with #A54BF2
Text Example
Text Example
White with #A54BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BF2; }
p { color: rgb(165,75,242); }
H1.HeaderClassName
{
color: #A54BF2;
}
.AnyTagClassName
{
color: #A54BF2;
}
</style>
background-color css
<style>
a { background-color: #A54BF2; }
a { background-color: rgb(165,75,242); }
div.DivClassName
{
background-color: #A54BF2;
}
.BgClassName
{
background-color: #A54BF2;
}
</style>
border-color css
<style>
span { border-color: #A54BF2; }
span { border-color: rgb(165,75,242); }
td.TdClassName
{
border-color: #A54BF2;
}
.TagClassName
{
border-color: #A54BF2;
}
</style>