Html Css Color HEX #A17DCB Lilac Bush

📋 copy color: '#A17DCB'

red 161 ◦ green 125 ◦ blue 203

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

Shades of Lilac Bush #A17DCB

Tints of Lilac Bush #A17DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 32.92%
G = 25.56%
B = 41.51%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A17DCB (or 0xA17DCB) is known color: Lilac Bush. HEX triplet: A1, 7D and CB. RGB value is (161,125,203). Sum of RGB (Red+Green+Blue) = 161+125+203=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A17DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17DCB is #5E8234. Grayscale: #909090. Windows color (decimal): -6193717 or 13335969. OLE color: 13335969.

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

Color convert

RGB 161 125 203 -
CMYK 0.21 0.38 0 0.20
HSL 267.69º 0.43% 0.64% -
HSV(B) 267.69º 0.38% 0.8% -
XYZ 32.81 26.56 59.9 -
YUV 144.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 161 125 203 0.21 0.38 0 0.20 267.69 0.43 0.64
Hex A1 7D CB 15 26 0 14 10C 2B 40
Octal 241 175 313 25 46 0 24 414 53 100
Binary 10100001 1111101 11001011 10101 100110 0 10100 100001100 101011 1000000

Color Harmonies of #A17DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DCB

Black with #A17DCB

Text Example


Text Example

White with #A17DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DCB; }

 p { color: rgb(161,125,203); }

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

background-color css

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

 a { background-color: rgb(161,125,203); }

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

border-color css

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

 span { border-color: rgb(161,125,203); }

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