Html Css Color HEX #A479CA Lilac Bush

📋 copy color: '#A479CA'

red 164 ◦ green 121 ◦ blue 202

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

Shades of Lilac Bush #A479CA

Tints of Lilac Bush #A479CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 33.68%
G = 24.85%
B = 41.48%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A479CA (or 0xA479CA) is known color: Lilac Bush. HEX triplet: A4, 79 and CA. RGB value is (164,121,202). Sum of RGB (Red+Green+Blue) = 164+121+202=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A479CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479CA is #5B8635. Grayscale: #8E8E8E. Windows color (decimal): -5998134 or 13269412. OLE color: 13269412.

HSL color Cylindrical-coordinate representation of color #A479CA: hue angle of 271.85º 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 #A479CA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 121 202 -
CMYK 0.19 0.40 0 0.21
HSL 271.85º 0.43% 0.63% -
HSV(B) 271.85º 0.4% 0.79% -
XYZ 32.81 25.83 59.13 -
YUV 143.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 164 121 202 0.19 0.40 0 0.21 271.85 0.43 0.63
Hex A4 79 CA 13 28 0 15 110 2B 3F
Octal 244 171 312 23 50 0 25 420 53 77
Binary 10100100 1111001 11001010 10011 101000 0 10101 100010000 101011 111111

Color Harmonies of #A479CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479CA

Black with #A479CA

Text Example


Text Example

White with #A479CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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