#A75FBE

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

Shades of Deep Lilac #A75FBE

Tints of Deep Lilac #A75FBE

Color information

#A75FBE (or 0xA75FBE) is unknown color: approx Deep Lilac. HEX triplet: A7, 5F and BE. RGB value is (167,95,190). Sum of RGB (Red+Green+Blue) = 167+95+190=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A75FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FBE is #58A041. Grayscale: #7F7F7F. Windows color (decimal): -5808194 or 12476327. OLE color: 12476327.

HSL color Cylindrical-coordinate representation of color #A75FBE: hue angle of 285.47º degrees, saturation: 0.42, 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 #A75FBE is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16795190-
CMYK0.120.500.25
HSL285.47º42.22%55.88%-
HSV(B)285.47º50%74.51%-
XYZ29.3220.1251.05-
YUV127.36163.35156.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=36.95%
G=21.02%
B=42.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167951900.120.500.25285.4742.2255.88
HexA75FBEC3201911d2a38
Octal24713727614620314355270
Binary101001111011111101111101100110010011001100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FBE; }

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

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

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

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

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

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

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

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