Html Css Color HEX #A147C9 Deep Lilac

📋 copy color: '#A147C9'

red 161 ◦ green 71 ◦ blue 201

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

Shades of Deep Lilac #A147C9

Tints of Deep Lilac #A147C9

RGB

 RED value IS 161 (63.28% from 255) = 37.18%

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

 BLUE value IS 201 (78.91% from 255) = 46.42%

R = 37.18%
G = 16.4%
B = 46.42%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A147C9 (or 0xA147C9) is known color: Deep Lilac. HEX triplet: A1, 47 and C9. RGB value is (161,71,201). Sum of RGB (Red+Green+Blue) = 161+71+201=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #A147C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147C9 is #5EB836. Grayscale: #707070. Windows color (decimal): -6207543 or 13191073. OLE color: 13191073.

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

Color convert

RGB 161 71 201 -
CMYK 0.20 0.65 0 0.21
HSL 281.54º 0.55% 0.53% -
HSV(B) 281.54º 0.65% 0.79% -
XYZ 27.49 16.3 56.96 -
YUV 112.73 177.82 162.43 -
System Red Green Blue C M Y K H S L
Decimal 161 71 201 0.20 0.65 0 0.21 281.54 0.55 0.53
Hex A1 47 C9 14 41 0 15 11A 37 35
Octal 241 107 311 24 101 0 25 432 67 65
Binary 10100001 1000111 11001001 10100 1000001 0 10101 100011010 110111 110101

Color Harmonies of #A147C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A147C9

Black with #A147C9

Text Example


Text Example

White with #A147C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A147C9; }

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

 H1.HeaderClassName
 {
   color: #A147C9;
 }
 .AnyTagClassName
 {
   color: #A147C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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