Shades of Medium Orchid #AA4DF8
Tints of Medium Orchid #AA4DF8
RGB
CMYK
RGB Variations
Color information
#AA4DF8 (or 0xAA4DF8) is known color: Medium Orchid. HEX triplet: AA, 4D and F8. RGB value is (170,77,248). Sum of RGB (Red+Green+Blue) = 170+77+248=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA4DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4DF8 is #55B207. Grayscale: #7B7B7B. Windows color (decimal): -5616136 or 16272810. OLE color: 16272810.
HSL color Cylindrical-coordinate representation of color #AA4DF8: hue angle of 272.63º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4DF8 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 170 | 77 | 248 | - |
CMYK | 0.31 | 0.69 | 0 | 0.03 |
HSL | 272.63º | 0.92% | 0.64% | - |
HSV(B) | 272.63º | 0.69% | 0.97% | - |
XYZ | 36.17 | 20.63 | 90.88 | - |
YUV | 124.3 | 197.81 | 160.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 77 | 248 | 0.31 | 0.69 | 0 | 0.03 | 272.63 | 0.92 | 0.64 |
Hex | AA | 4D | F8 | 1F | 45 | 0 | 3 | 111 | 5C | 40 |
Octal | 252 | 115 | 370 | 37 | 105 | 0 | 3 | 421 | 134 | 100 |
Binary | 10101010 | 1001101 | 11111000 | 11111 | 1000101 | 0 | 11 | 100010001 | 1011100 | 1000000 |
Color Harmonies of #AA4DF8
Complementary color
Monochromatic Colors of #AA4DF8
Black with #AA4DF8
Text Example
Text Example
White with #AA4DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4DF8; }
p { color: rgb(170,77,248); }
H1.HeaderClassName
{
color: #AA4DF8;
}
.AnyTagClassName
{
color: #AA4DF8;
}
</style>
background-color css
<style>
a { background-color: #AA4DF8; }
a { background-color: rgb(170,77,248); }
div.DivClassName
{
background-color: #AA4DF8;
}
.BgClassName
{
background-color: #AA4DF8;
}
</style>
border-color css
<style>
span { border-color: #AA4DF8; }
span { border-color: rgb(170,77,248); }
td.TdClassName
{
border-color: #AA4DF8;
}
.TagClassName
{
border-color: #AA4DF8;
}
</style>