Html Css Color HEX #A153BD Deep Lilac

📋 copy color: '#A153BD'

red 161 ◦ green 83 ◦ blue 189

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

Shades of Deep Lilac #A153BD

Tints of Deep Lilac #A153BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 37.18%
G = 19.17%
B = 43.65%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A153BD (or 0xA153BD) is known color: Deep Lilac. HEX triplet: A1, 53 and BD. RGB value is (161,83,189). Sum of RGB (Red+Green+Blue) = 161+83+189=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #A153BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153BD is #5EAC42. Grayscale: #767676. Windows color (decimal): -6204483 or 12407713. OLE color: 12407713.

HSL color Cylindrical-coordinate representation of color #A153BD: hue angle of 284.15º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A153BD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 83 189 -
CMYK 0.15 0.56 0 0.26
HSL 284.15º 0.45% 0.53% -
HSV(B) 284.15º 0.56% 0.74% -
XYZ 26.98 17.44 50.09 -
YUV 118.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 161 83 189 0.15 0.56 0 0.26 284.15 0.45 0.53
Hex A1 53 BD F 38 0 1A 11C 2D 35
Octal 241 123 275 17 70 0 32 434 55 65
Binary 10100001 1010011 10111101 1111 111000 0 11010 100011100 101101 110101

Color Harmonies of #A153BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153BD

Black with #A153BD

Text Example


Text Example

White with #A153BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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