#A047CA

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

Shades of Deep Lilac #A047CA

Tints of Deep Lilac #A047CA

Color information

#A047CA (or 0xA047CA) is unknown color: approx Deep Lilac. HEX triplet: A0, 47 and CA. RGB value is (160,71,202). Sum of RGB (Red+Green+Blue) = 160+71+202=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A047CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047CA is #5FB835. Grayscale: #707070. Windows color (decimal): -6273078 or 13256608. OLE color: 13256608.

HSL color Cylindrical-coordinate representation of color #A047CA: hue angle of 280.76º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A047CA is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16071202-
CMYK0.210.6500.21
HSL280.76º55.27%53.53%-
HSV(B)280.76º64.85%79.22%-
XYZ27.4116.2457.57-
YUV112.54178.49161.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=36.95%
G=16.40%
B=46.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160712020.210.6500.21280.7655.2753.53
HexA047CA15410151193736
Octal240107312251010254316766
Binary10100000100011111001010101011000001010101100011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A047CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A047CA; }

 p { color: rgb(160,71,202); }

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

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

 a { background-color: rgb(160,71,202); }

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

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

 span { border-color: rgb(160,71,202); }

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