#A650C0

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

Shades of Deep Lilac #A650C0

Tints of Deep Lilac #A650C0

Color information

#A650C0 (or 0xA650C0) is unknown color: approx Deep Lilac. HEX triplet: A6, 50 and C0. RGB value is (166,80,192). Sum of RGB (Red+Green+Blue) = 166+80+192=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #A650C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650C0 is #59AF3F. Grayscale: #767676. Windows color (decimal): -5877568 or 12603558. OLE color: 12603558.

HSL color Cylindrical-coordinate representation of color #A650C0: hue angle of 286.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A650C0 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16680192-
CMYK0.140.5800.25
HSL286.07º47.06%53.33%-
HSV(B)286.07º58.33%75.29%-
XYZ28.1117.6551.79-
YUV118.48169.49161.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 192 (75.39% from 255) = 43.84%
R=37.90%
G=18.26%
B=43.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166801920.140.5800.25286.0747.0653.33
HexA650C0E3A01911e2f35
Octal24612030016720314365765
Binary101001101010000110000001110111010011001100011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A650C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A650C0; }

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

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

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

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

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

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

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

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