Html Css Color HEX #A47BCE Lilac Bush

📋 copy color: '#A47BCE'

red 164 ◦ green 123 ◦ blue 206

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

Shades of Lilac Bush #A47BCE

Tints of Lilac Bush #A47BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.95%

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

R = 33.27%
G = 24.95%
B = 41.78%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A47BCE (or 0xA47BCE) is known color: Lilac Bush. HEX triplet: A4, 7B and CE. RGB value is (164,123,206). Sum of RGB (Red+Green+Blue) = 164+123+206=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #A47BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BCE is #5B8431. Grayscale: #909090. Windows color (decimal): -5997618 or 13532068. OLE color: 13532068.

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

Color convert

RGB 164 123 206 -
CMYK 0.20 0.40 0 0.19
HSL 269.64º 0.46% 0.65% -
HSV(B) 269.64º 0.4% 0.81% -
XYZ 33.53 26.51 61.74 -
YUV 144.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 164 123 206 0.20 0.40 0 0.19 269.64 0.46 0.65
Hex A4 7B CE 14 28 0 13 10E 2E 41
Octal 244 173 316 24 50 0 23 416 56 101
Binary 10100100 1111011 11001110 10100 101000 0 10011 100001110 101110 1000001

Color Harmonies of #A47BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BCE

Black with #A47BCE

Text Example


Text Example

White with #A47BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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