Html Css Color HEX #A14AB3 Deep Lilac

📋 copy color: '#A14AB3'

red 161 ◦ green 74 ◦ blue 179

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

Shades of Deep Lilac #A14AB3

Tints of Deep Lilac #A14AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.87%

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

R = 38.89%
G = 17.87%
B = 43.24%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A14AB3 (or 0xA14AB3) is known color: Deep Lilac. HEX triplet: A1, 4A and B3. RGB value is (161,74,179). Sum of RGB (Red+Green+Blue) = 161+74+179=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #A14AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14AB3 is #5EB54C. Grayscale: #6F6F6F. Windows color (decimal): -6206797 or 11750049. OLE color: 11750049.

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

Color convert

RGB 161 74 179 -
CMYK 0.10 0.59 0 0.30
HSL 289.71º 0.42% 0.5% -
HSV(B) 289.71º 0.59% 0.7% -
XYZ 25.28 15.73 44.35 -
YUV 111.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 161 74 179 0.10 0.59 0 0.30 289.71 0.42 0.5
Hex A1 4A B3 A 3B 0 1E 122 2A 32
Octal 241 112 263 12 73 0 36 442 52 62
Binary 10100001 1001010 10110011 1010 111011 0 11110 100100010 101010 110010

Color Harmonies of #A14AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14AB3

Black with #A14AB3

Text Example


Text Example

White with #A14AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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