Shades of Medium Orchid #A552F2
Tints of Medium Orchid #A552F2
RGB
CMYK
RGB Variations
Color information
#A552F2 (or 0xA552F2) is known color: Medium Orchid. HEX triplet: A5, 52 and F2. RGB value is (165,82,242). Sum of RGB (Red+Green+Blue) = 165+82+242=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #A552F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552F2 is #5AAD0D. Grayscale: #7C7C7C. Windows color (decimal): -5942542 or 15880869. OLE color: 15880869.
HSL color Cylindrical-coordinate representation of color #A552F2: hue angle of 271.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A552F2 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 82 | 242 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.05 |
| HSL | 271.13º | 0.86% | 0.64% | - |
| HSV(B) | 271.13º | 0.66% | 0.95% | - |
| XYZ | 34.56 | 20.44 | 86.13 | - |
| YUV | 125.06 | 194 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 242 | 0.32 | 0.66 | 0 | 0.05 | 271.13 | 0.86 | 0.64 |
| Hex | A5 | 52 | F2 | 20 | 42 | 0 | 5 | 10F | 56 | 40 |
| Octal | 245 | 122 | 362 | 40 | 102 | 0 | 5 | 417 | 126 | 100 |
| Binary | 10100101 | 1010010 | 11110010 | 100000 | 1000010 | 0 | 101 | 100001111 | 1010110 | 1000000 |
Color Harmonies of #A552F2
Complementary color
Monochromatic Colors of #A552F2
Black with #A552F2
Text Example
Text Example
White with #A552F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552F2; }
p { color: rgb(165,82,242); }
H1.HeaderClassName
{
color: #A552F2;
}
.AnyTagClassName
{
color: #A552F2;
}
</style>
background-color css
<style>
a { background-color: #A552F2; }
a { background-color: rgb(165,82,242); }
div.DivClassName
{
background-color: #A552F2;
}
.BgClassName
{
background-color: #A552F2;
}
</style>
border-color css
<style>
span { border-color: #A552F2; }
span { border-color: rgb(165,82,242); }
td.TdClassName
{
border-color: #A552F2;
}
.TagClassName
{
border-color: #A552F2;
}
</style>