Html Css Color HEX #A147BE Deep Lilac

📋 copy color: '#A147BE'

red 161 ◦ green 71 ◦ blue 190

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

Shades of Deep Lilac #A147BE

Tints of Deep Lilac #A147BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 38.15%
G = 16.82%
B = 45.02%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A147BE (or 0xA147BE) is known color: Deep Lilac. HEX triplet: A1, 47 and BE. RGB value is (161,71,190). Sum of RGB (Red+Green+Blue) = 161+71+190=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #A147BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147BE is #5EB841. Grayscale: #6F6F6F. Windows color (decimal): -6207554 or 12470177. OLE color: 12470177.

HSL color Cylindrical-coordinate representation of color #A147BE: hue angle of 285.38º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A147BE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 71 190 -
CMYK 0.15 0.63 0 0.25
HSL 285.38º 0.48% 0.51% -
HSV(B) 285.38º 0.63% 0.75% -
XYZ 26.25 15.8 50.38 -
YUV 111.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 161 71 190 0.15 0.63 0 0.25 285.38 0.48 0.51
Hex A1 47 BE F 3F 0 19 11D 30 33
Octal 241 107 276 17 77 0 31 435 60 63
Binary 10100001 1000111 10111110 1111 111111 0 11001 100011101 110000 110011

Color Harmonies of #A147BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A147BE

Black with #A147BE

Text Example


Text Example

White with #A147BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A147BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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