Html Css Color HEX #A541B1 Deep Lilac

📋 copy color: '#A541B1'

red 165 ◦ green 65 ◦ blue 177

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

Shades of Deep Lilac #A541B1

Tints of Deep Lilac #A541B1

RGB

 RED value IS 165 (64.84% from 255) = 40.54%

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

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

R = 40.54%
G = 15.97%
B = 43.49%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A541B1 (or 0xA541B1) is known color: Deep Lilac. HEX triplet: A5, 41 and B1. RGB value is (165,65,177). Sum of RGB (Red+Green+Blue) = 165+65+177=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #A541B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A541B1 is #5ABE4E. Grayscale: #6B6B6B. Windows color (decimal): -5946959 or 11616677. OLE color: 11616677.

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

Color convert

RGB 165 65 177 -
CMYK 0.07 0.63 0 0.31
HSL 293.57º 0.46% 0.47% -
HSV(B) 293.57º 0.63% 0.69% -
XYZ 25.34 14.95 43.15 -
YUV 107.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 165 65 177 0.07 0.63 0 0.31 293.57 0.46 0.47
Hex A5 41 B1 7 3F 0 1F 126 2E 2F
Octal 245 101 261 7 77 0 37 446 56 57
Binary 10100101 1000001 10110001 111 111111 0 11111 100100110 101110 101111

Color Harmonies of #A541B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541B1

Black with #A541B1

Text Example


Text Example

White with #A541B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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