Html Css Color HEX #A479CC Lilac Bush

📋 copy color: '#A479CC'

red 164 ◦ green 121 ◦ blue 204

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

Shades of Lilac Bush #A479CC

Tints of Lilac Bush #A479CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.74%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 33.54%
G = 24.74%
B = 41.72%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A479CC (or 0xA479CC) is known color: Lilac Bush. HEX triplet: A4, 79 and CC. RGB value is (164,121,204). Sum of RGB (Red+Green+Blue) = 164+121+204=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #A479CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479CC is #5B8633. Grayscale: #8F8F8F. Windows color (decimal): -5998132 or 13400484. OLE color: 13400484.

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

Color convert

RGB 164 121 204 -
CMYK 0.20 0.41 0 0.2
HSL 271.08º 0.45% 0.64% -
HSV(B) 271.08º 0.41% 0.8% -
XYZ 33.05 25.93 60.39 -
YUV 143.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 164 121 204 0.20 0.41 0 0.2 271.08 0.45 0.64
Hex A4 79 CC 14 29 0 14 10F 2D 40
Octal 244 171 314 24 51 0 24 417 55 100
Binary 10100100 1111001 11001100 10100 101001 0 10100 100001111 101101 1000000

Color Harmonies of #A479CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479CC

Black with #A479CC

Text Example


Text Example

White with #A479CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479CC; }

 p { color: rgb(164,121,204); }

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

background-color css

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

 a { background-color: rgb(164,121,204); }

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

border-color css

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

 span { border-color: rgb(164,121,204); }

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