Shades of Deep Lilac #A650CC
Tints of Deep Lilac #A650CC
RGB
CMYK
RGB Variations
Color information
#A650CC (or 0xA650CC) is known color: Deep Lilac. HEX triplet: A6, 50 and CC. RGB value is (166,80,204). Sum of RGB (Red+Green+Blue) = 166+80+204=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A650CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650CC is #59AF33. Grayscale: #777777. Windows color (decimal): -5877556 or 13389990. OLE color: 13389990.
HSL color Cylindrical-coordinate representation of color #A650CC: hue angle of 281.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A650CC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 80 | 204 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.2 |
| HSL | 281.61º | 0.55% | 0.56% | - |
| HSV(B) | 281.61º | 0.61% | 0.8% | - |
| XYZ | 29.49 | 18.2 | 59.09 | - |
| YUV | 119.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 204 | 0.19 | 0.61 | 0 | 0.2 | 281.61 | 0.55 | 0.56 |
| Hex | A6 | 50 | CC | 13 | 3D | 0 | 14 | 11A | 37 | 38 |
| Octal | 246 | 120 | 314 | 23 | 75 | 0 | 24 | 432 | 67 | 70 |
| Binary | 10100110 | 1010000 | 11001100 | 10011 | 111101 | 0 | 10100 | 100011010 | 110111 | 111000 |
Color Harmonies of #A650CC
Complementary color
Monochromatic Colors of #A650CC
Black with #A650CC
Text Example
Text Example
White with #A650CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A650CC; }
p { color: rgb(166,80,204); }
H1.HeaderClassName
{
color: #A650CC;
}
.AnyTagClassName
{
color: #A650CC;
}
</style>
background-color css
<style>
a { background-color: #A650CC; }
a { background-color: rgb(166,80,204); }
div.DivClassName
{
background-color: #A650CC;
}
.BgClassName
{
background-color: #A650CC;
}
</style>
border-color css
<style>
span { border-color: #A650CC; }
span { border-color: rgb(166,80,204); }
td.TdClassName
{
border-color: #A650CC;
}
.TagClassName
{
border-color: #A650CC;
}
</style>