Html Css Color HEX #A47DCE Lilac Bush

📋 copy color: '#A47DCE'

red 164 ◦ green 125 ◦ blue 206

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

Shades of Lilac Bush #A47DCE

Tints of Lilac Bush #A47DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 33.13%
G = 25.25%
B = 41.62%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A47DCE (or 0xA47DCE) is known color: Lilac Bush. HEX triplet: A4, 7D and CE. RGB value is (164,125,206). Sum of RGB (Red+Green+Blue) = 164+125+206=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A47DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DCE is #5B8231. Grayscale: #919191. Windows color (decimal): -5997106 or 13532580. OLE color: 13532580.

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

Color convert

RGB 164 125 206 -
CMYK 0.20 0.39 0 0.19
HSL 268.89º 0.45% 0.65% -
HSV(B) 268.89º 0.39% 0.81% -
XYZ 33.78 27.02 61.83 -
YUV 145.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 164 125 206 0.20 0.39 0 0.19 268.89 0.45 0.65
Hex A4 7D CE 14 27 0 13 10D 2D 41
Octal 244 175 316 24 47 0 23 415 55 101
Binary 10100100 1111101 11001110 10100 100111 0 10011 100001101 101101 1000001

Color Harmonies of #A47DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DCE

Black with #A47DCE

Text Example


Text Example

White with #A47DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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