Html Css Color HEX #A47DCD Lilac Bush

📋 copy color: '#A47DCD'

red 164 ◦ green 125 ◦ blue 205

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

Shades of Lilac Bush #A47DCD

Tints of Lilac Bush #A47DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 33.2%
G = 25.3%
B = 41.5%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A47DCD (or 0xA47DCD) is known color: Lilac Bush. HEX triplet: A4, 7D and CD. RGB value is (164,125,205). Sum of RGB (Red+Green+Blue) = 164+125+205=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #A47DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DCD is #5B8232. Grayscale: #919191. Windows color (decimal): -5997107 or 13467044. OLE color: 13467044.

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

Color convert

RGB 164 125 205 -
CMYK 0.2 0.39 0 0.20
HSL 269.25º 0.44% 0.65% -
HSV(B) 269.25º 0.39% 0.8% -
XYZ 33.66 26.97 61.19 -
YUV 145.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 164 125 205 0.2 0.39 0 0.20 269.25 0.44 0.65
Hex A4 7D CD 14 27 0 14 10D 2C 41
Octal 244 175 315 24 47 0 24 415 54 101
Binary 10100100 1111101 11001101 10100 100111 0 10100 100001101 101100 1000001

Color Harmonies of #A47DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DCD

Black with #A47DCD

Text Example


Text Example

White with #A47DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DCD; }

 p { color: rgb(164,125,205); }

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

background-color css

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

 a { background-color: rgb(164,125,205); }

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

border-color css

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

 span { border-color: rgb(164,125,205); }

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