Html Css Color HEX #A147BA Deep Lilac

📋 copy color: '#A147BA'

red 161 ◦ green 71 ◦ blue 186

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

Shades of Deep Lilac #A147BA

Tints of Deep Lilac #A147BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 38.52%
G = 16.99%
B = 44.5%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A147BA (or 0xA147BA) is known color: Deep Lilac. HEX triplet: A1, 47 and BA. RGB value is (161,71,186). Sum of RGB (Red+Green+Blue) = 161+71+186=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #A147BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147BA is #5EB845. Grayscale: #6E6E6E. Windows color (decimal): -6207558 or 12208033. OLE color: 12208033.

HSL color Cylindrical-coordinate representation of color #A147BA: hue angle of 286.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A147BA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 71 186 -
CMYK 0.13 0.62 0 0.27
HSL 286.96º 0.45% 0.5% -
HSV(B) 286.96º 0.62% 0.73% -
XYZ 25.81 15.63 48.11 -
YUV 111.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 161 71 186 0.13 0.62 0 0.27 286.96 0.45 0.5
Hex A1 47 BA D 3E 0 1B 11F 2D 32
Octal 241 107 272 15 76 0 33 437 55 62
Binary 10100001 1000111 10111010 1101 111110 0 11011 100011111 101101 110010

Color Harmonies of #A147BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A147BA

Black with #A147BA

Text Example


Text Example

White with #A147BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A147BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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