Html Css Color HEX #A143AD Deep Lilac

📋 copy color: '#A143AD'

red 161 ◦ green 67 ◦ blue 173

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

Shades of Deep Lilac #A143AD

Tints of Deep Lilac #A143AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 40.15%
G = 16.71%
B = 43.14%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A143AD (or 0xA143AD) is known color: Deep Lilac. HEX triplet: A1, 43 and AD. RGB value is (161,67,173). Sum of RGB (Red+Green+Blue) = 161+67+173=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #A143AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A143AD is #5EBC52. Grayscale: #6A6A6A. Windows color (decimal): -6208595 or 11355041. OLE color: 11355041.

HSL color Cylindrical-coordinate representation of color #A143AD: hue angle of 293.21º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A143AD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 67 173 -
CMYK 0.07 0.61 0 0.32
HSL 293.21º 0.44% 0.47% -
HSV(B) 293.21º 0.61% 0.68% -
XYZ 24.25 14.61 41.08 -
YUV 107.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 161 67 173 0.07 0.61 0 0.32 293.21 0.44 0.47
Hex A1 43 AD 7 3D 0 20 125 2C 2F
Octal 241 103 255 7 75 0 40 445 54 57
Binary 10100001 1000011 10101101 111 111101 0 100000 100100101 101100 101111

Color Harmonies of #A143AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143AD

Black with #A143AD

Text Example


Text Example

White with #A143AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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