Html Css Color HEX #A154B1 Deep Lilac

📋 copy color: '#A154B1'

red 161 ◦ green 84 ◦ blue 177

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

Shades of Deep Lilac #A154B1

Tints of Deep Lilac #A154B1

RGB

 RED value IS 161 (63.28% from 255) = 38.15%

 GREEN value IS 84 (33.2% from 255) = 19.91%

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

R = 38.15%
G = 19.91%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A154B1 (or 0xA154B1) is known color: Deep Lilac. HEX triplet: A1, 54 and B1. RGB value is (161,84,177). Sum of RGB (Red+Green+Blue) = 161+84+177=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #A154B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A154B1 is #5EAB4E. Grayscale: #757575. Windows color (decimal): -6204239 or 11621537. OLE color: 11621537.

HSL color Cylindrical-coordinate representation of color #A154B1: hue angle of 289.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A154B1 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 84 177 -
CMYK 0.09 0.53 0 0.31
HSL 289.68º 0.37% 0.51% -
HSV(B) 289.68º 0.53% 0.69% -
XYZ 25.8 17.09 43.53 -
YUV 117.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 161 84 177 0.09 0.53 0 0.31 289.68 0.37 0.51
Hex A1 54 B1 9 35 0 1F 122 25 33
Octal 241 124 261 11 65 0 37 442 45 63
Binary 10100001 1010100 10110001 1001 110101 0 11111 100100010 100101 110011

Color Harmonies of #A154B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154B1

Black with #A154B1

Text Example


Text Example

White with #A154B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154B1; }

 p { color: rgb(161,84,177); }

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

background-color css

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

 a { background-color: rgb(161,84,177); }

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

border-color css

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

 span { border-color: rgb(161,84,177); }

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