Html Css Color HEX #A041BA Deep Lilac

📋 copy color: '#A041BA'

red 160 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #A041BA

Tints of Deep Lilac #A041BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.82%

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

R = 38.93%
G = 15.82%
B = 45.26%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A041BA (or 0xA041BA) is known color: Deep Lilac. HEX triplet: A0, 41 and BA. RGB value is (160,65,186). Sum of RGB (Red+Green+Blue) = 160+65+186=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A041BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041BA is #5FBE45. Grayscale: #6A6A6A. Windows color (decimal): -6274630 or 12206496. OLE color: 12206496.

HSL color Cylindrical-coordinate representation of color #A041BA: hue angle of 287.11º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A041BA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 65 186 -
CMYK 0.14 0.65 0 0.27
HSL 287.11º 0.48% 0.49% -
HSV(B) 287.11º 0.65% 0.73% -
XYZ 25.25 14.8 47.98 -
YUV 107.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 160 65 186 0.14 0.65 0 0.27 287.11 0.48 0.49
Hex A0 41 BA E 41 0 1B 11F 30 31
Octal 240 101 272 16 101 0 33 437 60 61
Binary 10100000 1000001 10111010 1110 1000001 0 11011 100011111 110000 110001

Color Harmonies of #A041BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041BA

Black with #A041BA

Text Example


Text Example

White with #A041BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041BA; }

 p { color: rgb(160,65,186); }

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

background-color css

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

 a { background-color: rgb(160,65,186); }

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

border-color css

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

 span { border-color: rgb(160,65,186); }

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