Html Css Color HEX #A153B0 Deep Lilac

📋 copy color: '#A153B0'

red 161 ◦ green 83 ◦ blue 176

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

Shades of Deep Lilac #A153B0

Tints of Deep Lilac #A153B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 38.33%
G = 19.76%
B = 41.9%

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

#A153B0 (or 0xA153B0) is known color: Deep Lilac. HEX triplet: A1, 53 and B0. RGB value is (161,83,176). Sum of RGB (Red+Green+Blue) = 161+83+176=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #A153B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153B0 is #5EAC4F. Grayscale: #747474. Windows color (decimal): -6204496 or 11555745. OLE color: 11555745.

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

Color convert

RGB 161 83 176 -
CMYK 0.09 0.53 0 0.31
HSL 290.32º 0.37% 0.51% -
HSV(B) 290.32º 0.53% 0.69% -
XYZ 25.63 16.9 42.99 -
YUV 116.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 161 83 176 0.09 0.53 0 0.31 290.32 0.37 0.51
Hex A1 53 B0 9 35 0 1F 122 25 33
Octal 241 123 260 11 65 0 37 442 45 63
Binary 10100001 1010011 10110000 1001 110101 0 11111 100100010 100101 110011

Color Harmonies of #A153B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153B0

Black with #A153B0

Text Example


Text Example

White with #A153B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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