Html Css Color HEX #A143BA Deep Lilac

📋 copy color: '#A143BA'

red 161 ◦ green 67 ◦ blue 186

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

Shades of Deep Lilac #A143BA

Tints of Deep Lilac #A143BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.18%

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

R = 38.89%
G = 16.18%
B = 44.93%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A143BA (or 0xA143BA) is known color: Deep Lilac. HEX triplet: A1, 43 and BA. RGB value is (161,67,186). Sum of RGB (Red+Green+Blue) = 161+67+186=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A143BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143BA is #5EBC45. Grayscale: #6C6C6C. Windows color (decimal): -6208582 or 12207009. OLE color: 12207009.

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

Color convert

RGB 161 67 186 -
CMYK 0.13 0.64 0 0.27
HSL 287.4º 0.47% 0.5% -
HSV(B) 287.4º 0.64% 0.73% -
XYZ 25.57 15.14 48.03 -
YUV 108.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 161 67 186 0.13 0.64 0 0.27 287.4 0.47 0.5
Hex A1 43 BA D 40 0 1B 11F 2F 32
Octal 241 103 272 15 100 0 33 437 57 62
Binary 10100001 1000011 10111010 1101 1000000 0 11011 100011111 101111 110010

Color Harmonies of #A143BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143BA

Black with #A143BA

Text Example


Text Example

White with #A143BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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