Html Css Color HEX #A053B5 Deep Lilac

📋 copy color: '#A053B5'

red 160 ◦ green 83 ◦ blue 181

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

Shades of Deep Lilac #A053B5

Tints of Deep Lilac #A053B5

RGB

 RED value IS 160 (62.89% from 255) = 37.74%

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

 BLUE value IS 181 (71.09% from 255) = 42.69%

R = 37.74%
G = 19.58%
B = 42.69%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A053B5 (or 0xA053B5) is known color: Deep Lilac. HEX triplet: A0, 53 and B5. RGB value is (160,83,181). Sum of RGB (Red+Green+Blue) = 160+83+181=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #A053B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053B5 is #5FAC4A. Grayscale: #747474. Windows color (decimal): -6270027 or 11883424. OLE color: 11883424.

HSL color Cylindrical-coordinate representation of color #A053B5: hue angle of 287.14º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A053B5 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 83 181 -
CMYK 0.12 0.54 0 0.29
HSL 287.14º 0.4% 0.52% -
HSV(B) 287.14º 0.54% 0.71% -
XYZ 25.93 17 45.63 -
YUV 117.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 160 83 181 0.12 0.54 0 0.29 287.14 0.4 0.52
Hex A0 53 B5 C 36 0 1D 11F 28 34
Octal 240 123 265 14 66 0 35 437 50 64
Binary 10100000 1010011 10110101 1100 110110 0 11101 100011111 101000 110100

Color Harmonies of #A053B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053B5

Black with #A053B5

Text Example


Text Example

White with #A053B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053B5; }

 p { color: rgb(160,83,181); }

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

background-color css

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

 a { background-color: rgb(160,83,181); }

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

border-color css

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

 span { border-color: rgb(160,83,181); }

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