#A650BF

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

Shades of Deep Lilac #A650BF

Tints of Deep Lilac #A650BF

Color information

#A650BF (or 0xA650BF) is unknown color: approx Deep Lilac. HEX triplet: A6, 50 and BF. RGB value is (166,80,191). Sum of RGB (Red+Green+Blue) = 166+80+191=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #A650BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650BF is #59AF40. Grayscale: #767676. Windows color (decimal): -5877569 or 12538022. OLE color: 12538022.

HSL color Cylindrical-coordinate representation of color #A650BF: hue angle of 286.49º degrees, saturation: 0.46, 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 #A650BF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16680191-
CMYK0.130.5800.25
HSL286.49º46.44%53.14%-
HSV(B)286.49º58.12%74.9%-
XYZ2817.6151.21-
YUV118.37168.99161.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.99%
GREEN value IS 80 (31.64% from 255) = 18.31%
BLUE value IS 191 (75% from 255) = 43.71%
R=37.99%
G=18.31%
B=43.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166801910.130.5800.25286.4946.4453.14
HexA650BFD3A01911e2e35
Octal24612027715720314365665
Binary101001101010000101111111101111010011001100011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A650BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A650BF; }

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

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

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

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

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

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

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

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