#A75FBF

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

Shades of Deep Lilac #A75FBF

Tints of Deep Lilac #A75FBF

Color information

#A75FBF (or 0xA75FBF) is unknown color: approx Deep Lilac. HEX triplet: A7, 5F and BF. RGB value is (167,95,191). Sum of RGB (Red+Green+Blue) = 167+95+191=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #A75FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FBF is #58A040. Grayscale: #7F7F7F. Windows color (decimal): -5808193 or 12541863. OLE color: 12541863.

HSL color Cylindrical-coordinate representation of color #A75FBF: hue angle of 285º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75FBF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16795191-
CMYK0.130.5000.25
HSL285º42.86%56.08%-
HSV(B)285º50.26%74.9%-
XYZ29.4320.1651.63-
YUV127.47163.85156.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.87%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 191 (75% from 255) = 42.16%
R=36.87%
G=20.97%
B=42.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167951910.130.5000.2528542.8656.08
HexA75FBFD3201911d2b38
Octal24713727715620314355370
Binary101001111011111101111111101110010011001100011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FBF; }

 p { color: rgb(167,95,191); }

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

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

 a { background-color: rgb(167,95,191); }

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

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

 span { border-color: rgb(167,95,191); }

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