Html Css Color HEX #A157AF Deep Lilac

📋 copy color: '#A157AF'

red 161 ◦ green 87 ◦ blue 175

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

Shades of Deep Lilac #A157AF

Tints of Deep Lilac #A157AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

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

R = 38.06%
G = 20.57%
B = 41.37%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A157AF (or 0xA157AF) is known color: Deep Lilac. HEX triplet: A1, 57 and AF. RGB value is (161,87,175). Sum of RGB (Red+Green+Blue) = 161+87+175=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #A157AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A157AF is #5EA850. Grayscale: #767676. Windows color (decimal): -6203473 or 11491233. OLE color: 11491233.

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

Color convert

RGB 161 87 175 -
CMYK 0.08 0.50 0 0.31
HSL 290.45º 0.35% 0.51% -
HSV(B) 290.45º 0.5% 0.69% -
XYZ 25.84 17.49 42.57 -
YUV 119.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 161 87 175 0.08 0.50 0 0.31 290.45 0.35 0.51
Hex A1 57 AF 8 32 0 1F 122 23 33
Octal 241 127 257 10 62 0 37 442 43 63
Binary 10100001 1010111 10101111 1000 110010 0 11111 100100010 100011 110011

Color Harmonies of #A157AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157AF

Black with #A157AF

Text Example


Text Example

White with #A157AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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