#A147B4

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

Shades of Deep Lilac #A147B4

Tints of Deep Lilac #A147B4

Color information

#A147B4 (or 0xA147B4) is unknown color: approx Deep Lilac. HEX triplet: A1, 47 and B4. RGB value is (161,71,180). Sum of RGB (Red+Green+Blue) = 161+71+180=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #A147B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147B4 is #5EB84B. Grayscale: #6D6D6D. Windows color (decimal): -6207564 or 11814817. OLE color: 11814817.

HSL color Cylindrical-coordinate representation of color #A147B4: hue angle of 289.54º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A147B4 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16171180-
CMYK0.110.6100.29
HSL289.54º43.43%49.22%-
HSV(B)289.54º60.56%70.59%-
XYZ25.1915.3844.82-
YUV110.34167.32164.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=39.08%
G=17.23%
B=43.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161711800.110.6100.29289.5443.4349.22
HexA147B4B3D01D1222b31
Octal24110726413750354425361
Binary101000011000111101101001011111101011101100100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A147B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A147B4; }

 p { color: rgb(161,71,180); }

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

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

 a { background-color: rgb(161,71,180); }

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

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

 span { border-color: rgb(161,71,180); }

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