Html Css Color HEX #A164B2 Deep Lilac

📋 copy color: '#A164B2'

red 161 ◦ green 100 ◦ blue 178

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

Shades of Deep Lilac #A164B2

Tints of Deep Lilac #A164B2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.78%

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 36.67%
G = 22.78%
B = 40.55%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A164B2 (or 0xA164B2) is known color: Deep Lilac. HEX triplet: A1, 64 and B2. RGB value is (161,100,178). Sum of RGB (Red+Green+Blue) = 161+100+178=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #A164B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A164B2 is #5E9B4D. Grayscale: #7E7E7E. Windows color (decimal): -6200142 or 11691169. OLE color: 11691169.

HSL color Cylindrical-coordinate representation of color #A164B2: hue angle of 286.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A164B2 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 100 178 -
CMYK 0.10 0.44 0 0.30
HSL 286.92º 0.34% 0.55% -
HSV(B) 286.92º 0.44% 0.7% -
XYZ 27.29 19.91 44.52 -
YUV 127.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 161 100 178 0.10 0.44 0 0.30 286.92 0.34 0.55
Hex A1 64 B2 A 2C 0 1E 11F 22 37
Octal 241 144 262 12 54 0 36 437 42 67
Binary 10100001 1100100 10110010 1010 101100 0 11110 100011111 100010 110111

Color Harmonies of #A164B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164B2

Black with #A164B2

Text Example


Text Example

White with #A164B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164B2; }

 p { color: rgb(161,100,178); }

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

background-color css

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

 a { background-color: rgb(161,100,178); }

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

border-color css

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

 span { border-color: rgb(161,100,178); }

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