Html Css Color HEX #A164BC Deep Lilac

📋 copy color: '#A164BC'

red 161 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #A164BC

Tints of Deep Lilac #A164BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 35.86%
G = 22.27%
B = 41.87%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A164BC (or 0xA164BC) is known color: Deep Lilac. HEX triplet: A1, 64 and BC. RGB value is (161,100,188). Sum of RGB (Red+Green+Blue) = 161+100+188=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #A164BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164BC is #5E9B43. Grayscale: #7F7F7F. Windows color (decimal): -6200132 or 12346529. OLE color: 12346529.

HSL color Cylindrical-coordinate representation of color #A164BC: hue angle of 281.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A164BC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 100 188 -
CMYK 0.14 0.47 0 0.26
HSL 281.59º 0.4% 0.56% -
HSV(B) 281.59º 0.47% 0.74% -
XYZ 28.33 20.32 50.01 -
YUV 128.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 161 100 188 0.14 0.47 0 0.26 281.59 0.4 0.56
Hex A1 64 BC E 2F 0 1A 11A 28 38
Octal 241 144 274 16 57 0 32 432 50 70
Binary 10100001 1100100 10111100 1110 101111 0 11010 100011010 101000 111000

Color Harmonies of #A164BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164BC

Black with #A164BC

Text Example


Text Example

White with #A164BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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