Html Css Color HEX #A17CC5 Lilac Bush

📋 copy color: '#A17CC5'

red 161 ◦ green 124 ◦ blue 197

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

Shades of Lilac Bush #A17CC5

Tints of Lilac Bush #A17CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 33.4%
G = 25.73%
B = 40.87%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A17CC5 (or 0xA17CC5) is known color: Lilac Bush. HEX triplet: A1, 7C and C5. RGB value is (161,124,197). Sum of RGB (Red+Green+Blue) = 161+124+197=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #A17CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CC5 is #5E833A. Grayscale: #8F8F8F. Windows color (decimal): -6193979 or 12942497. OLE color: 12942497.

HSL color Cylindrical-coordinate representation of color #A17CC5: hue angle of 270.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17CC5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 124 197 -
CMYK 0.18 0.37 0 0.23
HSL 270.41º 0.39% 0.63% -
HSV(B) 270.41º 0.37% 0.77% -
XYZ 31.98 26.02 56.16 -
YUV 143.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 161 124 197 0.18 0.37 0 0.23 270.41 0.39 0.63
Hex A1 7C C5 12 25 0 17 10E 27 3F
Octal 241 174 305 22 45 0 27 416 47 77
Binary 10100001 1111100 11000101 10010 100101 0 10111 100001110 100111 111111

Color Harmonies of #A17CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CC5

Black with #A17CC5

Text Example


Text Example

White with #A17CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CC5; }

 p { color: rgb(161,124,197); }

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

background-color css

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

 a { background-color: rgb(161,124,197); }

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

border-color css

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

 span { border-color: rgb(161,124,197); }

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