Html Css Color HEX #A079C7 Lilac Bush

📋 copy color: '#A079C7'

red 160 ◦ green 121 ◦ blue 199

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

Shades of Lilac Bush #A079C7

Tints of Lilac Bush #A079C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 33.33%
G = 25.21%
B = 41.46%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A079C7 (or 0xA079C7) is known color: Lilac Bush. HEX triplet: A0, 79 and C7. RGB value is (160,121,199). Sum of RGB (Red+Green+Blue) = 160+121+199=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 199 - color contains mainly: blue. Hex color #A079C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079C7 is #5F8638. Grayscale: #8D8D8D. Windows color (decimal): -6260281 or 13072800. OLE color: 13072800.

HSL color Cylindrical-coordinate representation of color #A079C7: hue angle of 270º degrees, saturation: 0.41, 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 #A079C7 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 121 199 -
CMYK 0.20 0.39 0 0.22
HSL 270º 0.41% 0.63% -
HSV(B) 270º 0.39% 0.78% -
XYZ 31.64 25.27 57.24 -
YUV 141.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 160 121 199 0.20 0.39 0 0.22 270 0.41 0.63
Hex A0 79 C7 14 27 0 16 10E 29 3F
Octal 240 171 307 24 47 0 26 416 51 77
Binary 10100000 1111001 11000111 10100 100111 0 10110 100001110 101001 111111

Color Harmonies of #A079C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079C7

Black with #A079C7

Text Example


Text Example

White with #A079C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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