Html Css Color HEX #A47CCD Lilac Bush

📋 copy color: '#A47CCD'

red 164 ◦ green 124 ◦ blue 205

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

Shades of Lilac Bush #A47CCD

Tints of Lilac Bush #A47CCD

RGB

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

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

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

R = 33.27%
G = 25.15%
B = 41.58%

CMYK

 C value IS 0.2

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A47CCD (or 0xA47CCD) is known color: Lilac Bush. HEX triplet: A4, 7C and CD. RGB value is (164,124,205). Sum of RGB (Red+Green+Blue) = 164+124+205=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A47CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CCD is #5B8332. Grayscale: #909090. Windows color (decimal): -5997363 or 13466788. OLE color: 13466788.

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

Color convert

RGB 164 124 205 -
CMYK 0.2 0.40 0 0.20
HSL 269.63º 0.45% 0.65% -
HSV(B) 269.63º 0.4% 0.8% -
XYZ 33.54 26.72 61.15 -
YUV 145.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 164 124 205 0.2 0.40 0 0.20 269.63 0.45 0.65
Hex A4 7C CD 14 28 0 14 10E 2D 41
Octal 244 174 315 24 50 0 24 416 55 101
Binary 10100100 1111100 11001101 10100 101000 0 10100 100001110 101101 1000001

Color Harmonies of #A47CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CCD

Black with #A47CCD

Text Example


Text Example

White with #A47CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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