Html Css Color HEX #A053AF Deep Lilac

📋 copy color: '#A053AF'

red 160 ◦ green 83 ◦ blue 175

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

Shades of Deep Lilac #A053AF

Tints of Deep Lilac #A053AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 38.28%
G = 19.86%
B = 41.87%

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

#A053AF (or 0xA053AF) is known color: Deep Lilac. HEX triplet: A0, 53 and AF. RGB value is (160,83,175). Sum of RGB (Red+Green+Blue) = 160+83+175=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #A053AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A053AF is #5FAC50. Grayscale: #747474. Windows color (decimal): -6270033 or 11490208. OLE color: 11490208.

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

Color convert

RGB 160 83 175 -
CMYK 0.09 0.53 0 0.31
HSL 290.22º 0.37% 0.51% -
HSV(B) 290.22º 0.53% 0.69% -
XYZ 25.33 16.76 42.46 -
YUV 116.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 160 83 175 0.09 0.53 0 0.31 290.22 0.37 0.51
Hex A0 53 AF 9 35 0 1F 122 25 33
Octal 240 123 257 11 65 0 37 442 45 63
Binary 10100000 1010011 10101111 1001 110101 0 11111 100100010 100101 110011

Color Harmonies of #A053AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053AF

Black with #A053AF

Text Example


Text Example

White with #A053AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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