#A65FB8

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

Shades of Deep Lilac #A65FB8

Tints of Deep Lilac #A65FB8

Color information

#A65FB8 (or 0xA65FB8) is unknown color: approx Deep Lilac. HEX triplet: A6, 5F and B8. RGB value is (166,95,184). Sum of RGB (Red+Green+Blue) = 166+95+184=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #A65FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FB8 is #59A047. Grayscale: #7E7E7E. Windows color (decimal): -5873736 or 12083110. OLE color: 12083110.

HSL color Cylindrical-coordinate representation of color #A65FB8: hue angle of 287.87º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65FB8 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16695184-
CMYK0.100.4800.28
HSL287.87º38.53%54.71%-
HSV(B)287.87º48.37%72.16%-
XYZ28.4719.7547.66-
YUV126.38160.52156.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=37.30%
G=21.35%
B=41.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166951840.100.4800.28287.8738.5354.71
HexA65FB8A3001C1202737
Octal24613727012600344404767
Binary101001101011111101110001010110000011100100100000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FB8; }

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

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

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

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

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

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

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

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