#A65FB4

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

Shades of Deep Lilac #A65FB4

Tints of Deep Lilac #A65FB4

Color information

#A65FB4 (or 0xA65FB4) is unknown color: approx Deep Lilac. HEX triplet: A6, 5F and B4. RGB value is (166,95,180). Sum of RGB (Red+Green+Blue) = 166+95+180=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #A65FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FB4 is #59A04B. Grayscale: #7D7D7D. Windows color (decimal): -5873740 or 11820966. OLE color: 11820966.

HSL color Cylindrical-coordinate representation of color #A65FB4: hue angle of 290.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65FB4 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16695180-
CMYK0.080.4700.29
HSL290.12º36.17%53.92%-
HSV(B)290.12º47.22%70.59%-
XYZ28.0619.5945.48-
YUV125.92158.52156.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=37.64%
G=21.54%
B=40.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166951800.080.4700.29290.1236.1753.92
HexA65FB482F01D1222436
Octal24613726410570354424466
Binary101001101011111101101001000101111011101100100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FB4; }

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

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

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

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

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

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

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

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