Html Css Color HEX #A157CC Deep Lilac

📋 copy color: '#A157CC'

red 161 ◦ green 87 ◦ blue 204

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

Shades of Deep Lilac #A157CC

Tints of Deep Lilac #A157CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 35.62%
G = 19.25%
B = 45.13%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A157CC (or 0xA157CC) is known color: Deep Lilac. HEX triplet: A1, 57 and CC. RGB value is (161,87,204). Sum of RGB (Red+Green+Blue) = 161+87+204=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A157CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157CC is #5EA833. Grayscale: #7A7A7A. Windows color (decimal): -6203444 or 13391777. OLE color: 13391777.

HSL color Cylindrical-coordinate representation of color #A157CC: hue angle of 277.95º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A157CC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 87 204 -
CMYK 0.21 0.57 0 0.2
HSL 277.95º 0.53% 0.57% -
HSV(B) 277.95º 0.57% 0.8% -
XYZ 29.01 18.75 59.22 -
YUV 122.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 161 87 204 0.21 0.57 0 0.2 277.95 0.53 0.57
Hex A1 57 CC 15 39 0 14 116 35 39
Octal 241 127 314 25 71 0 24 426 65 71
Binary 10100001 1010111 11001100 10101 111001 0 10100 100010110 110101 111001

Color Harmonies of #A157CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157CC

Black with #A157CC

Text Example


Text Example

White with #A157CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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