#A650CC

Color #A650CC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A650CC

Tints of Deep Lilac #A650CC

Color information

#A650CC (or 0xA650CC) is unknown color: approx 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

RGB16680204-
CMYK0.190.6100.2
HSL281.61º54.87%55.69%-
HSV(B)281.61º60.78%80%-
XYZ29.4918.259.09-
YUV119.85175.49160.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 80 (31.64% from 255) = 17.78%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=36.89%
G=17.78%
B=45.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166802040.190.6100.2281.6154.8755.69
HexA650CC133D01411a3738
Octal24612031423750244326770
Binary1010011010100001100110010011111101010100100011010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A650CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>