Html Css Color HEX #A14FB3 Deep Lilac

📋 copy color: '#A14FB3'

red 161 ◦ green 79 ◦ blue 179

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

Shades of Deep Lilac #A14FB3

Tints of Deep Lilac #A14FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 38.42%
G = 18.85%
B = 42.72%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A14FB3 (or 0xA14FB3) is known color: Deep Lilac. HEX triplet: A1, 4F and B3. RGB value is (161,79,179). Sum of RGB (Red+Green+Blue) = 161+79+179=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #A14FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FB3 is #5EB04C. Grayscale: #727272. Windows color (decimal): -6205517 or 11751329. OLE color: 11751329.

HSL color Cylindrical-coordinate representation of color #A14FB3: hue angle of 289.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14FB3 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 79 179 -
CMYK 0.10 0.56 0 0.30
HSL 289.2º 0.4% 0.51% -
HSV(B) 289.2º 0.56% 0.7% -
XYZ 25.63 16.42 44.47 -
YUV 114.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 161 79 179 0.10 0.56 0 0.30 289.2 0.4 0.51
Hex A1 4F B3 A 38 0 1E 121 28 33
Octal 241 117 263 12 70 0 36 441 50 63
Binary 10100001 1001111 10110011 1010 111000 0 11110 100100001 101000 110011

Color Harmonies of #A14FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FB3

Black with #A14FB3

Text Example


Text Example

White with #A14FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FB3; }

 p { color: rgb(161,79,179); }

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

background-color css

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

 a { background-color: rgb(161,79,179); }

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

border-color css

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

 span { border-color: rgb(161,79,179); }

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