Html Css Color HEX #A079CB Lilac Bush

📋 copy color: '#A079CB'

red 160 ◦ green 121 ◦ blue 203

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

Shades of Lilac Bush #A079CB

Tints of Lilac Bush #A079CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 33.06%
G = 25%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A079CB (or 0xA079CB) is known color: Lilac Bush. HEX triplet: A0, 79 and CB. RGB value is (160,121,203). Sum of RGB (Red+Green+Blue) = 160+121+203=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #A079CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079CB is #5F8634. Grayscale: #8D8D8D. Windows color (decimal): -6260277 or 13334944. OLE color: 13334944.

HSL color Cylindrical-coordinate representation of color #A079CB: hue angle of 268.54º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A079CB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 121 203 -
CMYK 0.21 0.40 0 0.20
HSL 268.54º 0.44% 0.64% -
HSV(B) 268.54º 0.4% 0.8% -
XYZ 32.11 25.46 59.72 -
YUV 142.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 160 121 203 0.21 0.40 0 0.20 268.54 0.44 0.64
Hex A0 79 CB 15 28 0 14 10D 2C 40
Octal 240 171 313 25 50 0 24 415 54 100
Binary 10100000 1111001 11001011 10101 101000 0 10100 100001101 101100 1000000

Color Harmonies of #A079CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079CB

Black with #A079CB

Text Example


Text Example

White with #A079CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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