#A75AB4

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

Shades of Deep Lilac #A75AB4

Tints of Deep Lilac #A75AB4

Color information

#A75AB4 (or 0xA75AB4) is unknown color: approx Deep Lilac. HEX triplet: A7, 5A and B4. RGB value is (167,90,180). Sum of RGB (Red+Green+Blue) = 167+90+180=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #A75AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75AB4 is #58A54B. Grayscale: #7A7A7A. Windows color (decimal): -5809484 or 11819687. OLE color: 11819687.

HSL color Cylindrical-coordinate representation of color #A75AB4: hue angle of 291.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75AB4 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16790180-
CMYK0.070.5000.29
HSL291.33º37.5%52.94%-
HSV(B)291.33º50%70.59%-
XYZ27.8318.8245.35-
YUV123.28160.01159.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=38.22%
G=20.59%
B=41.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167901800.070.5000.29291.3337.552.94
HexA75AB473201D1232635
Octal2471322647620354434665
Binary10100111101101010110100111110010011101100100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75AB4; }

 p { color: rgb(167,90,180); }

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

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

 a { background-color: rgb(167,90,180); }

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

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

 span { border-color: rgb(167,90,180); }

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