Html Css Color HEX #A47ACB Lilac Bush

📋 copy color: '#A47ACB'

red 164 ◦ green 122 ◦ blue 203

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

Shades of Lilac Bush #A47ACB

Tints of Lilac Bush #A47ACB

RGB

 RED value IS 164 (64.45% from 255) = 33.54%

 GREEN value IS 122 (48.05% from 255) = 24.95%

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

R = 33.54%
G = 24.95%
B = 41.51%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A47ACB (or 0xA47ACB) is known color: Lilac Bush. HEX triplet: A4, 7A and CB. RGB value is (164,122,203). Sum of RGB (Red+Green+Blue) = 164+122+203=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 122 (48.05% from 255 or 24.95% 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 #A47ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ACB is #5B8534. Grayscale: #8F8F8F. Windows color (decimal): -5997877 or 13335204. OLE color: 13335204.

HSL color Cylindrical-coordinate representation of color #A47ACB: hue angle of 271.11º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47ACB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 122 203 -
CMYK 0.19 0.40 0 0.20
HSL 271.11º 0.44% 0.64% -
HSV(B) 271.11º 0.4% 0.8% -
XYZ 33.05 26.12 59.8 -
YUV 143.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 164 122 203 0.19 0.40 0 0.20 271.11 0.44 0.64
Hex A4 7A CB 13 28 0 14 10F 2C 40
Octal 244 172 313 23 50 0 24 417 54 100
Binary 10100100 1111010 11001011 10011 101000 0 10100 100001111 101100 1000000

Color Harmonies of #A47ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47ACB

Black with #A47ACB

Text Example


Text Example

White with #A47ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47ACB; }

 p { color: rgb(164,122,203); }

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

background-color css

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

 a { background-color: rgb(164,122,203); }

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

border-color css

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

 span { border-color: rgb(164,122,203); }

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