#A741AF

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

Shades of Deep Lilac #A741AF

Tints of Deep Lilac #A741AF

Color information

#A741AF (or 0xA741AF) is unknown color: approx Deep Lilac. HEX triplet: A7, 41 and AF. RGB value is (167,65,175). Sum of RGB (Red+Green+Blue) = 167+65+175=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #A741AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741AF is #58BE50. Grayscale: #6B6B6B. Windows color (decimal): -5815889 or 11485607. OLE color: 11485607.

HSL color Cylindrical-coordinate representation of color #A741AF: hue angle of 295.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A741AF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16765175-
CMYK0.050.6300.31
HSL295.64º45.83%47.06%-
HSV(B)295.64º62.86%68.63%-
XYZ25.5615.0942.12-
YUV108.04165.79170.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.03%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=41.03%
G=15.97%
B=43.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167651750.050.6300.31295.6445.8347.06
HexA741AF53F01F1282e2f
Octal2471012575770374505657
Binary10100111100000110101111101111111011111100101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A741AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A741AF; }

 p { color: rgb(167,65,175); }

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

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

 a { background-color: rgb(167,65,175); }

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

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

 span { border-color: rgb(167,65,175); }

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