Html Css Color HEX #A043BE Deep Lilac

📋 copy color: '#A043BE'

red 160 ◦ green 67 ◦ blue 190

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

Shades of Deep Lilac #A043BE

Tints of Deep Lilac #A043BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 38.37%
G = 16.07%
B = 45.56%

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

#A043BE (or 0xA043BE) is known color: Deep Lilac. HEX triplet: A0, 43 and BE. RGB value is (160,67,190). Sum of RGB (Red+Green+Blue) = 160+67+190=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A043BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043BE is #5FBC41. Grayscale: #6C6C6C. Windows color (decimal): -6274114 or 12469152. OLE color: 12469152.

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

Color convert

RGB 160 67 190 -
CMYK 0.16 0.65 0 0.25
HSL 285.37º 0.49% 0.5% -
HSV(B) 285.37º 0.65% 0.75% -
XYZ 25.8 15.21 50.29 -
YUV 108.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 160 67 190 0.16 0.65 0 0.25 285.37 0.49 0.5
Hex A0 43 BE 10 41 0 19 11D 31 32
Octal 240 103 276 20 101 0 31 435 61 62
Binary 10100000 1000011 10111110 10000 1000001 0 11001 100011101 110001 110010

Color Harmonies of #A043BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A043BE

Black with #A043BE

Text Example


Text Example

White with #A043BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A043BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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