Html Css Color HEX #A153B1 Deep Lilac

📋 copy color: '#A153B1'

red 161 ◦ green 83 ◦ blue 177

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

Shades of Deep Lilac #A153B1

Tints of Deep Lilac #A153B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

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

R = 38.24%
G = 19.71%
B = 42.04%

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

#A153B1 (or 0xA153B1) is known color: Deep Lilac. HEX triplet: A1, 53 and B1. RGB value is (161,83,177). Sum of RGB (Red+Green+Blue) = 161+83+177=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #A153B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153B1 is #5EAC4E. Grayscale: #747474. Windows color (decimal): -6204495 or 11621281. OLE color: 11621281.

HSL color Cylindrical-coordinate representation of color #A153B1: hue angle of 289.79º degrees, saturation: 0.38, 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 #A153B1 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 83 177 -
CMYK 0.09 0.53 0 0.31
HSL 289.79º 0.38% 0.51% -
HSV(B) 289.79º 0.53% 0.69% -
XYZ 25.73 16.94 43.51 -
YUV 117.04 161.84 159.36 -
System Red Green Blue C M Y K H S L
Decimal 161 83 177 0.09 0.53 0 0.31 289.79 0.38 0.51
Hex A1 53 B1 9 35 0 1F 122 26 33
Octal 241 123 261 11 65 0 37 442 46 63
Binary 10100001 1010011 10110001 1001 110101 0 11111 100100010 100110 110011

Color Harmonies of #A153B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153B1

Black with #A153B1

Text Example


Text Example

White with #A153B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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