Html Css Color HEX #A079C5 Lilac Bush

📋 copy color: '#A079C5'

red 160 ◦ green 121 ◦ blue 197

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

Shades of Lilac Bush #A079C5

Tints of Lilac Bush #A079C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 33.47%
G = 25.31%
B = 41.21%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A079C5 (or 0xA079C5) is known color: Lilac Bush. HEX triplet: A0, 79 and C5. RGB value is (160,121,197). Sum of RGB (Red+Green+Blue) = 160+121+197=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #A079C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079C5 is #5F863A. Grayscale: #8D8D8D. Windows color (decimal): -6260283 or 12941728. OLE color: 12941728.

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

Color convert

RGB 160 121 197 -
CMYK 0.19 0.39 0 0.23
HSL 270.79º 0.4% 0.62% -
HSV(B) 270.79º 0.39% 0.77% -
XYZ 31.41 25.18 56.03 -
YUV 141.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 160 121 197 0.19 0.39 0 0.23 270.79 0.4 0.62
Hex A0 79 C5 13 27 0 17 10F 28 3E
Octal 240 171 305 23 47 0 27 417 50 76
Binary 10100000 1111001 11000101 10011 100111 0 10111 100001111 101000 111110

Color Harmonies of #A079C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079C5

Black with #A079C5

Text Example


Text Example

White with #A079C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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