Html Css Color HEX #A741B1 Deep Lilac

📋 copy color: '#A741B1'

red 167 ◦ green 65 ◦ blue 177

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

Shades of Deep Lilac #A741B1

Tints of Deep Lilac #A741B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.28%

R = 40.83%
G = 15.89%
B = 43.28%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A741B1 (or 0xA741B1) is known color: Deep Lilac. HEX triplet: A7, 41 and B1. RGB value is (167,65,177). Sum of RGB (Red+Green+Blue) = 167+65+177=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #A741B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A741B1 is #58BE4E. Grayscale: #6B6B6B. Windows color (decimal): -5815887 or 11616679. OLE color: 11616679.

HSL color Cylindrical-coordinate representation of color #A741B1: hue angle of 294.64º 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 #A741B1 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 65 177 -
CMYK 0.06 0.63 0 0.31
HSL 294.64º 0.46% 0.47% -
HSV(B) 294.64º 0.63% 0.69% -
XYZ 25.76 15.17 43.17 -
YUV 108.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 167 65 177 0.06 0.63 0 0.31 294.64 0.46 0.47
Hex A7 41 B1 6 3F 0 1F 127 2E 2F
Octal 247 101 261 6 77 0 37 447 56 57
Binary 10100111 1000001 10110001 110 111111 0 11111 100100111 101110 101111

Color Harmonies of #A741B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741B1

Black with #A741B1

Text Example


Text Example

White with #A741B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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