Html Css Color HEX #A479CE Lilac Bush

📋 copy color: '#A479CE'

red 164 ◦ green 121 ◦ blue 206

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

Shades of Lilac Bush #A479CE

Tints of Lilac Bush #A479CE

RGB

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

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

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

R = 33.4%
G = 24.64%
B = 41.96%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A479CE (or 0xA479CE) is known color: Lilac Bush. HEX triplet: A4, 79 and CE. RGB value is (164,121,206). Sum of RGB (Red+Green+Blue) = 164+121+206=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #A479CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479CE is #5B8631. Grayscale: #8F8F8F. Windows color (decimal): -5998130 or 13531556. OLE color: 13531556.

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

Color convert

RGB 164 121 206 -
CMYK 0.20 0.41 0 0.19
HSL 270.35º 0.46% 0.64% -
HSV(B) 270.35º 0.41% 0.81% -
XYZ 33.29 26.02 61.66 -
YUV 143.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 164 121 206 0.20 0.41 0 0.19 270.35 0.46 0.64
Hex A4 79 CE 14 29 0 13 10E 2E 40
Octal 244 171 316 24 51 0 23 416 56 100
Binary 10100100 1111001 11001110 10100 101001 0 10011 100001110 101110 1000000

Color Harmonies of #A479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479CE

Black with #A479CE

Text Example


Text Example

White with #A479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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