Html Css Color HEX #A047CA Deep Lilac

📋 copy color: '#A047CA'

red 160 ◦ green 71 ◦ blue 202

#A047CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A047CA

Tints of Deep Lilac #A047CA

RGB

 RED value IS 160 (62.89% from 255) = 36.95%

 GREEN value IS 71 (28.13% from 255) = 16.4%

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 36.95%
G = 16.4%
B = 46.65%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A047CA (or 0xA047CA) is known color: 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

RGB 160 71 202 -
CMYK 0.21 0.65 0 0.21
HSL 280.76º 0.55% 0.54% -
HSV(B) 280.76º 0.65% 0.79% -
XYZ 27.41 16.24 57.57 -
YUV 112.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 160 71 202 0.21 0.65 0 0.21 280.76 0.55 0.54
Hex A0 47 CA 15 41 0 15 119 37 36
Octal 240 107 312 25 101 0 25 431 67 66
Binary 10100000 1000111 11001010 10101 1000001 0 10101 100011001 110111 110110

Color Harmonies of #A047CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A047CA

Black with #A047CA

Text Example


Text Example

White with #A047CA

Text Example


Text Example

HTML Codes & Css Web 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>