Html Css Color HEX #A479C9 Lilac Bush

📋 copy color: '#A479C9'

red 164 ◦ green 121 ◦ blue 201

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

Shades of Lilac Bush #A479C9

Tints of Lilac Bush #A479C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 33.74%
G = 24.9%
B = 41.36%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A479C9 (or 0xA479C9) is known color: Lilac Bush. HEX triplet: A4, 79 and C9. RGB value is (164,121,201). Sum of RGB (Red+Green+Blue) = 164+121+201=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #A479C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479C9 is #5B8636. Grayscale: #8E8E8E. Windows color (decimal): -5998135 or 13203876. OLE color: 13203876.

HSL color Cylindrical-coordinate representation of color #A479C9: hue angle of 272.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A479C9 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 121 201 -
CMYK 0.18 0.40 0 0.21
HSL 272.25º 0.43% 0.63% -
HSV(B) 272.25º 0.4% 0.79% -
XYZ 32.69 25.78 58.51 -
YUV 142.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 164 121 201 0.18 0.40 0 0.21 272.25 0.43 0.63
Hex A4 79 C9 12 28 0 15 110 2B 3F
Octal 244 171 311 22 50 0 25 420 53 77
Binary 10100100 1111001 11001001 10010 101000 0 10101 100010000 101011 111111

Color Harmonies of #A479C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479C9

Black with #A479C9

Text Example


Text Example

White with #A479C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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