#A75ABA

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

Shades of Deep Lilac #A75ABA

Tints of Deep Lilac #A75ABA

Color information

#A75ABA (or 0xA75ABA) is unknown color: approx Deep Lilac. HEX triplet: A7, 5A and BA. RGB value is (167,90,186). Sum of RGB (Red+Green+Blue) = 167+90+186=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #A75ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ABA is #58A545. Grayscale: #7B7B7B. Windows color (decimal): -5809478 or 12212903. OLE color: 12212903.

HSL color Cylindrical-coordinate representation of color #A75ABA: hue angle of 288.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75ABA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16790186-
CMYK0.100.5200.27
HSL288.12º41.03%54.12%-
HSV(B)288.12º51.61%72.94%-
XYZ28.4619.0748.64-
YUV123.97163.01158.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=37.70%
G=20.32%
B=41.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167901860.100.5200.27288.1241.0354.12
HexA75ABAA3401B1202936
Octal24713227212640334405166
Binary101001111011010101110101010110100011011100100000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75ABA; }

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

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

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

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

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

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

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

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