#A465BE

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

Shades of Deep Lilac #A465BE

Tints of Deep Lilac #A465BE

Color information

#A465BE (or 0xA465BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 65 and BE. RGB value is (164,101,190). Sum of RGB (Red+Green+Blue) = 164+101+190=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A465BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BE is #5B9A41. Grayscale: #818181. Windows color (decimal): -6003266 or 12477860. OLE color: 12477860.

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

Color convert

RGB164101190-
CMYK0.140.4700.25
HSL282.47º40.64%57.06%-
HSV(B)282.47º46.84%74.51%-
XYZ29.2620.9251.21-
YUV129.98161.87152.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=36.04%
G=22.20%
B=41.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641011900.140.4700.25282.4740.6457.06
HexA465BEE2F01911a2939
Octal24414527616570314325171
Binary101001001100101101111101110101111011001100011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465BE; }

 p { color: rgb(164,101,190); }

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

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

 a { background-color: rgb(164,101,190); }

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

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

 span { border-color: rgb(164,101,190); }

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