Html Css Color HEX #A14CBA Deep Lilac

📋 copy color: '#A14CBA'

red 161 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #A14CBA

Tints of Deep Lilac #A14CBA

RGB

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

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

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

R = 38.06%
G = 17.97%
B = 43.97%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A14CBA (or 0xA14CBA) is known color: Deep Lilac. HEX triplet: A1, 4C and BA. RGB value is (161,76,186). Sum of RGB (Red+Green+Blue) = 161+76+186=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CBA is #5EB345. Grayscale: #717171. Windows color (decimal): -6206278 or 12209313. OLE color: 12209313.

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

Color convert

RGB 161 76 186 -
CMYK 0.13 0.59 0 0.27
HSL 286.36º 0.44% 0.51% -
HSV(B) 286.36º 0.59% 0.73% -
XYZ 26.15 16.29 48.22 -
YUV 113.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 161 76 186 0.13 0.59 0 0.27 286.36 0.44 0.51
Hex A1 4C BA D 3B 0 1B 11E 2C 33
Octal 241 114 272 15 73 0 33 436 54 63
Binary 10100001 1001100 10111010 1101 111011 0 11011 100011110 101100 110011

Color Harmonies of #A14CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CBA

Black with #A14CBA

Text Example


Text Example

White with #A14CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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