Html Css Color HEX #A159AF Deep Lilac

📋 copy color: '#A159AF'

red 161 ◦ green 89 ◦ blue 175

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

Shades of Deep Lilac #A159AF

Tints of Deep Lilac #A159AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 37.88%
G = 20.94%
B = 41.18%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A159AF (or 0xA159AF) is known color: Deep Lilac. HEX triplet: A1, 59 and AF. RGB value is (161,89,175). Sum of RGB (Red+Green+Blue) = 161+89+175=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #A159AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A159AF is #5EA650. Grayscale: #787878. Windows color (decimal): -6202961 or 11491745. OLE color: 11491745.

HSL color Cylindrical-coordinate representation of color #A159AF: hue angle of 290.23º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A159AF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 89 175 -
CMYK 0.08 0.49 0 0.31
HSL 290.23º 0.35% 0.52% -
HSV(B) 290.23º 0.49% 0.69% -
XYZ 26.01 17.82 42.63 -
YUV 120.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 161 89 175 0.08 0.49 0 0.31 290.23 0.35 0.52
Hex A1 59 AF 8 31 0 1F 122 23 34
Octal 241 131 257 10 61 0 37 442 43 64
Binary 10100001 1011001 10101111 1000 110001 0 11111 100100010 100011 110100

Color Harmonies of #A159AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A159AF

Black with #A159AF

Text Example


Text Example

White with #A159AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A159AF; }

 p { color: rgb(161,89,175); }

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

background-color css

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

 a { background-color: rgb(161,89,175); }

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

border-color css

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

 span { border-color: rgb(161,89,175); }

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