Html Css Color HEX #A741B0 Deep Lilac

📋 copy color: '#A741B0'

red 167 ◦ green 65 ◦ blue 176

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

Shades of Deep Lilac #A741B0

Tints of Deep Lilac #A741B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 40.93%
G = 15.93%
B = 43.14%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A741B0 (or 0xA741B0) is known color: Deep Lilac. HEX triplet: A7, 41 and B0. RGB value is (167,65,176). Sum of RGB (Red+Green+Blue) = 167+65+176=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #A741B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741B0 is #58BE4F. Grayscale: #6B6B6B. Windows color (decimal): -5815888 or 11551143. OLE color: 11551143.

HSL color Cylindrical-coordinate representation of color #A741B0: hue angle of 295.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A741B0 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 65 176 -
CMYK 0.05 0.63 0 0.31
HSL 295.14º 0.46% 0.47% -
HSV(B) 295.14º 0.63% 0.69% -
XYZ 25.66 15.13 42.64 -
YUV 108.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 167 65 176 0.05 0.63 0 0.31 295.14 0.46 0.47
Hex A7 41 B0 5 3F 0 1F 127 2E 2F
Octal 247 101 260 5 77 0 37 447 56 57
Binary 10100111 1000001 10110000 101 111111 0 11111 100100111 101110 101111

Color Harmonies of #A741B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741B0

Black with #A741B0

Text Example


Text Example

White with #A741B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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