Html Css Color HEX #A043C1 Deep Lilac

📋 copy color: '#A043C1'

red 160 ◦ green 67 ◦ blue 193

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

Shades of Deep Lilac #A043C1

Tints of Deep Lilac #A043C1

RGB

 RED value IS 160 (62.89% from 255) = 38.1%

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

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 38.1%
G = 15.95%
B = 45.95%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A043C1 (or 0xA043C1) is known color: Deep Lilac. HEX triplet: A0, 43 and C1. RGB value is (160,67,193). Sum of RGB (Red+Green+Blue) = 160+67+193=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #A043C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043C1 is #5FBC3E. Grayscale: #6C6C6C. Windows color (decimal): -6274111 or 12665760. OLE color: 12665760.

HSL color Cylindrical-coordinate representation of color #A043C1: hue angle of 284.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A043C1 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 67 193 -
CMYK 0.17 0.65 0 0.24
HSL 284.29º 0.5% 0.51% -
HSV(B) 284.29º 0.65% 0.76% -
XYZ 26.13 15.34 52.04 -
YUV 109.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 160 67 193 0.17 0.65 0 0.24 284.29 0.5 0.51
Hex A0 43 C1 11 41 0 18 11C 32 33
Octal 240 103 301 21 101 0 30 434 62 63
Binary 10100000 1000011 11000001 10001 1000001 0 11000 100011100 110010 110011

Color Harmonies of #A043C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A043C1

Black with #A043C1

Text Example


Text Example

White with #A043C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A043C1; }

 p { color: rgb(160,67,193); }

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

background-color css

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

 a { background-color: rgb(160,67,193); }

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

border-color css

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

 span { border-color: rgb(160,67,193); }

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