#A65FBD

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

Shades of Deep Lilac #A65FBD

Tints of Deep Lilac #A65FBD

Color information

#A65FBD (or 0xA65FBD) is unknown color: approx Deep Lilac. HEX triplet: A6, 5F and BD. RGB value is (166,95,189). Sum of RGB (Red+Green+Blue) = 166+95+189=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #A65FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FBD is #59A042. Grayscale: #7E7E7E. Windows color (decimal): -5873731 or 12410790. OLE color: 12410790.

HSL color Cylindrical-coordinate representation of color #A65FBD: hue angle of 285.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65FBD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16695189-
CMYK0.120.5000.26
HSL285.32º41.59%55.69%-
HSV(B)285.32º49.74%74.12%-
XYZ2919.9750.47-
YUV126.94163.02155.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 189 (74.22% from 255) = 42%
R=36.89%
G=21.11%
B=42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166951890.120.5000.26285.3241.5955.69
HexA65FBDC3201A11d2a38
Octal24613727514620324355270
Binary101001101011111101111011100110010011010100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FBD; }

 p { color: rgb(166,95,189); }

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

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

 a { background-color: rgb(166,95,189); }

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

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

 span { border-color: rgb(166,95,189); }

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