Html Css Color HEX #A17CD1 Lilac Bush

📋 copy color: '#A17CD1'

red 161 ◦ green 124 ◦ blue 209

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

Shades of Lilac Bush #A17CD1

Tints of Lilac Bush #A17CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.31%

R = 32.59%
G = 25.1%
B = 42.31%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A17CD1 (or 0xA17CD1) is known color: Lilac Bush. HEX triplet: A1, 7C and D1. RGB value is (161,124,209). Sum of RGB (Red+Green+Blue) = 161+124+209=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #A17CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CD1 is #5E832E. Grayscale: #909090. Windows color (decimal): -6193967 or 13728929. OLE color: 13728929.

HSL color Cylindrical-coordinate representation of color #A17CD1: hue angle of 266.12º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17CD1 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 124 209 -
CMYK 0.23 0.41 0 0.18
HSL 266.12º 0.48% 0.65% -
HSV(B) 266.12º 0.41% 0.82% -
XYZ 33.41 26.6 63.69 -
YUV 144.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 161 124 209 0.23 0.41 0 0.18 266.12 0.48 0.65
Hex A1 7C D1 17 29 0 12 10A 30 41
Octal 241 174 321 27 51 0 22 412 60 101
Binary 10100001 1111100 11010001 10111 101001 0 10010 100001010 110000 1000001

Color Harmonies of #A17CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17CD1

Black with #A17CD1

Text Example


Text Example

White with #A17CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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