Html Css Color HEX #A143BF Deep Lilac

📋 copy color: '#A143BF'

red 161 ◦ green 67 ◦ blue 191

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

Shades of Deep Lilac #A143BF

Tints of Deep Lilac #A143BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 38.42%
G = 15.99%
B = 45.58%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A143BF (or 0xA143BF) is known color: Deep Lilac. HEX triplet: A1, 43 and BF. RGB value is (161,67,191). Sum of RGB (Red+Green+Blue) = 161+67+191=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #A143BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143BF is #5EBC40. Grayscale: #6C6C6C. Windows color (decimal): -6208577 or 12534689. OLE color: 12534689.

HSL color Cylindrical-coordinate representation of color #A143BF: hue angle of 285.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A143BF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 67 191 -
CMYK 0.16 0.65 0 0.25
HSL 285.48º 0.49% 0.51% -
HSV(B) 285.48º 0.65% 0.75% -
XYZ 26.11 15.35 50.88 -
YUV 109.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 161 67 191 0.16 0.65 0 0.25 285.48 0.49 0.51
Hex A1 43 BF 10 41 0 19 11D 31 33
Octal 241 103 277 20 101 0 31 435 61 63
Binary 10100001 1000011 10111111 10000 1000001 0 11001 100011101 110001 110011

Color Harmonies of #A143BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143BF

Black with #A143BF

Text Example


Text Example

White with #A143BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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