Html Css Color HEX #A17CCC Lilac Bush

📋 copy color: '#A17CCC'

red 161 ◦ green 124 ◦ blue 204

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

Shades of Lilac Bush #A17CCC

Tints of Lilac Bush #A17CCC

RGB

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

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

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

R = 32.92%
G = 25.36%
B = 41.72%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A17CCC (or 0xA17CCC) is known color: Lilac Bush. HEX triplet: A1, 7C and CC. RGB value is (161,124,204). Sum of RGB (Red+Green+Blue) = 161+124+204=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #A17CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CCC is #5E8333. Grayscale: #8F8F8F. Windows color (decimal): -6193972 or 13401249. OLE color: 13401249.

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

Color convert

RGB 161 124 204 -
CMYK 0.21 0.39 0 0.2
HSL 267.75º 0.44% 0.64% -
HSV(B) 267.75º 0.39% 0.8% -
XYZ 32.8 26.35 60.48 -
YUV 144.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 161 124 204 0.21 0.39 0 0.2 267.75 0.44 0.64
Hex A1 7C CC 15 27 0 14 10C 2C 40
Octal 241 174 314 25 47 0 24 414 54 100
Binary 10100001 1111100 11001100 10101 100111 0 10100 100001100 101100 1000000

Color Harmonies of #A17CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CCC

Black with #A17CCC

Text Example


Text Example

White with #A17CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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