Html Css Color HEX #A47CCB Lilac Bush

📋 copy color: '#A47CCB'

red 164 ◦ green 124 ◦ blue 203

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

Shades of Lilac Bush #A47CCB

Tints of Lilac Bush #A47CCB

RGB

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

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

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

R = 33.4%
G = 25.25%
B = 41.34%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A47CCB (or 0xA47CCB) is known color: Lilac Bush. HEX triplet: A4, 7C and CB. RGB value is (164,124,203). Sum of RGB (Red+Green+Blue) = 164+124+203=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A47CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CCB is #5B8334. Grayscale: #909090. Windows color (decimal): -5997365 or 13335716. OLE color: 13335716.

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

Color convert

RGB 164 124 203 -
CMYK 0.19 0.39 0 0.20
HSL 270.38º 0.43% 0.64% -
HSV(B) 270.38º 0.39% 0.8% -
XYZ 33.3 26.62 59.88 -
YUV 144.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 164 124 203 0.19 0.39 0 0.20 270.38 0.43 0.64
Hex A4 7C CB 13 27 0 14 10E 2B 40
Octal 244 174 313 23 47 0 24 416 53 100
Binary 10100100 1111100 11001011 10011 100111 0 10100 100001110 101011 1000000

Color Harmonies of #A47CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CCB

Black with #A47CCB

Text Example


Text Example

White with #A47CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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