Html Css Color HEX #A14CB3 Deep Lilac

📋 copy color: '#A14CB3'

red 161 ◦ green 76 ◦ blue 179

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

Shades of Deep Lilac #A14CB3

Tints of Deep Lilac #A14CB3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.27%

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

R = 38.7%
G = 18.27%
B = 43.03%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A14CB3 (or 0xA14CB3) is known color: Deep Lilac. HEX triplet: A1, 4C and B3. RGB value is (161,76,179). Sum of RGB (Red+Green+Blue) = 161+76+179=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #A14CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CB3 is #5EB34C. Grayscale: #707070. Windows color (decimal): -6206285 or 11750561. OLE color: 11750561.

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

Color convert

RGB 161 76 179 -
CMYK 0.10 0.58 0 0.30
HSL 289.51º 0.4% 0.5% -
HSV(B) 289.51º 0.58% 0.7% -
XYZ 25.42 16 44.4 -
YUV 113.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 161 76 179 0.10 0.58 0 0.30 289.51 0.4 0.5
Hex A1 4C B3 A 3A 0 1E 122 28 32
Octal 241 114 263 12 72 0 36 442 50 62
Binary 10100001 1001100 10110011 1010 111010 0 11110 100100010 101000 110010

Color Harmonies of #A14CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CB3

Black with #A14CB3

Text Example


Text Example

White with #A14CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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