Html Css Color HEX #A741BA Deep Lilac

📋 copy color: '#A741BA'

red 167 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #A741BA

Tints of Deep Lilac #A741BA

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

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

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

R = 39.95%
G = 15.55%
B = 44.5%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A741BA (or 0xA741BA) is known color: Deep Lilac. HEX triplet: A7, 41 and BA. RGB value is (167,65,186). Sum of RGB (Red+Green+Blue) = 167+65+186=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #A741BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A741BA is #58BE45. Grayscale: #6C6C6C. Windows color (decimal): -5815878 or 12206503. OLE color: 12206503.

HSL color Cylindrical-coordinate representation of color #A741BA: hue angle of 290.58º 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 #A741BA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 65 186 -
CMYK 0.10 0.65 0 0.27
HSL 290.58º 0.48% 0.49% -
HSV(B) 290.58º 0.65% 0.73% -
XYZ 26.69 15.54 48.05 -
YUV 109.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 167 65 186 0.10 0.65 0 0.27 290.58 0.48 0.49
Hex A7 41 BA A 41 0 1B 123 30 31
Octal 247 101 272 12 101 0 33 443 60 61
Binary 10100111 1000001 10111010 1010 1000001 0 11011 100100011 110000 110001

Color Harmonies of #A741BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741BA

Black with #A741BA

Text Example


Text Example

White with #A741BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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