#A75ABD

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

Shades of Deep Lilac #A75ABD

Tints of Deep Lilac #A75ABD

Color information

#A75ABD (or 0xA75ABD) is unknown color: approx Deep Lilac. HEX triplet: A7, 5A and BD. RGB value is (167,90,189). Sum of RGB (Red+Green+Blue) = 167+90+189=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #A75ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75ABD is #58A542. Grayscale: #7B7B7B. Windows color (decimal): -5809475 or 12409511. OLE color: 12409511.

HSL color Cylindrical-coordinate representation of color #A75ABD: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75ABD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16790189-
CMYK0.120.5200.26
HSL286.67º42.86%54.71%-
HSV(B)286.67º52.38%74.12%-
XYZ28.7819.250.33-
YUV124.31164.51158.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 189 (74.22% from 255) = 42.38%
R=37.44%
G=20.18%
B=42.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167901890.120.5200.26286.6742.8654.71
HexA75ABDC3401A11f2b37
Octal24713227514640324375367
Binary101001111011010101111011100110100011010100011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75ABD; }

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

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

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

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

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

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

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

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