#A75CC5

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

Shades of Deep Lilac #A75CC5

Tints of Deep Lilac #A75CC5

Color information

#A75CC5 (or 0xA75CC5) is unknown color: approx Deep Lilac. HEX triplet: A7, 5C and C5. RGB value is (167,92,197). Sum of RGB (Red+Green+Blue) = 167+92+197=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #A75CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CC5 is #58A33A. Grayscale: #7E7E7E. Windows color (decimal): -5808955 or 12934311. OLE color: 12934311.

HSL color Cylindrical-coordinate representation of color #A75CC5: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A75CC5 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16792197-
CMYK0.150.5300.23
HSL282.86º47.51%56.67%-
HSV(B)282.86º53.3%77.25%-
XYZ29.8419.955.09-
YUV126.4167.85156.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 197 (77.34% from 255) = 43.20%
R=36.62%
G=20.18%
B=43.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167921970.150.5300.23282.8647.5156.67
HexA75CC5F3501711b3039
Octal24713430517650274336071
Binary101001111011100110001011111110101010111100011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75CC5; }

 p { color: rgb(167,92,197); }

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

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

 a { background-color: rgb(167,92,197); }

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

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

 span { border-color: rgb(167,92,197); }

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