#A465BF

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

Shades of Deep Lilac #A465BF

Tints of Deep Lilac #A465BF

Color information

#A465BF (or 0xA465BF) is unknown color: approx Deep Lilac. HEX triplet: A4, 65 and BF. RGB value is (164,101,191). Sum of RGB (Red+Green+Blue) = 164+101+191=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A465BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BF is #5B9A40. Grayscale: #818181. Windows color (decimal): -6003265 or 12543396. OLE color: 12543396.

HSL color Cylindrical-coordinate representation of color #A465BF: hue angle of 282º 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 #A465BF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164101191-
CMYK0.140.4700.25
HSL282º41.28%57.25%-
HSV(B)282º47.12%74.9%-
XYZ29.3720.9651.79-
YUV130.1162.37152.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 191 (75% from 255) = 41.89%
R=35.96%
G=22.15%
B=41.89%

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
Decimal1641011910.140.4700.2528241.2857.25
HexA465BFE2F01911a2939
Octal24414527716570314325171
Binary101001001100101101111111110101111011001100011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465BF; }

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

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

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

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

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

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

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

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