#a650c7

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

Shades of Deep Lilac #A650C7

Tints of Deep Lilac #A650C7

Color information

#A650C7 (or 0xA650C7) is unknown color: approx Deep Lilac. HEX triplet: A6, 50 and C7. RGB value is (166,80,199). Sum of RGB (Red+Green+Blue) = 166+80+199=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #A650C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650C7 is #59AF38. Grayscale: #767676. Windows color (decimal): -5877561 or 13062310. OLE color: 13062310.

HSL color Cylindrical-coordinate representation of color #A650C7: hue angle of 283.36º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A650C7 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16680199-
CMYK0.170.6000.22
HSL283.36º51.52%54.71%-
HSV(B)283.36º59.8%78.04%-
XYZ28.917.9755.98-
YUV119.28172.99161.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 199 (78.12% from 255) = 44.72%
R=37.30%
G=17.98%
B=44.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166801990.170.6000.22283.3651.5254.71
HexA650C7113C01611b3437
Octal24612030721740264336467
Binary1010011010100001100011110001111100010110100011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a650c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a650c7; }

 p { color: rgb(166,80,199); }

 H1.HeaderClassName
 {
   color: #a650c7;
 }
 .AnyTagClassName
 {
   color: #a650c7;
 }
</style>
background-color css

<style>
 a { background-color: #a650c7; }

 a { background-color: rgb(166,80,199); }

 div.DivClassName
 {
   background-color: #a650c7;
 }
 .BgClassName
 {
   background-color: #a650c7;
 }
</style>
border-color css

<style>
 span { border-color: #a650c7; }

 span { border-color: rgb(166,80,199); }

 td.TdClassName
 {
   border-color: #a650c7;
 }
 .TagClassName
 {
   border-color: #a650c7;
 }
</style>