Html Css Color HEX #A079C6 Lilac Bush

📋 copy color: '#A079C6'

red 160 ◦ green 121 ◦ blue 198

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

Shades of Lilac Bush #A079C6

Tints of Lilac Bush #A079C6

RGB

 RED value IS 160 (62.89% from 255) = 33.4%

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

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 33.4%
G = 25.26%
B = 41.34%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A079C6 (or 0xA079C6) is known color: Lilac Bush. HEX triplet: A0, 79 and C6. RGB value is (160,121,198). Sum of RGB (Red+Green+Blue) = 160+121+198=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #A079C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079C6 is #5F8639. Grayscale: #8D8D8D. Windows color (decimal): -6260282 or 13007264. OLE color: 13007264.

HSL color Cylindrical-coordinate representation of color #A079C6: hue angle of 270.39º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A079C6 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 121 198 -
CMYK 0.19 0.39 0 0.22
HSL 270.39º 0.4% 0.63% -
HSV(B) 270.39º 0.39% 0.78% -
XYZ 31.53 25.23 56.63 -
YUV 141.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 160 121 198 0.19 0.39 0 0.22 270.39 0.4 0.63
Hex A0 79 C6 13 27 0 16 10E 28 3F
Octal 240 171 306 23 47 0 26 416 50 77
Binary 10100000 1111001 11000110 10011 100111 0 10110 100001110 101000 111111

Color Harmonies of #A079C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079C6

Black with #A079C6

Text Example


Text Example

White with #A079C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079C6; }

 p { color: rgb(160,121,198); }

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

background-color css

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

 a { background-color: rgb(160,121,198); }

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

border-color css

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

 span { border-color: rgb(160,121,198); }

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