Html Css Color HEX #A079CD Lilac Bush

📋 copy color: '#A079CD'

red 160 ◦ green 121 ◦ blue 205

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

Shades of Lilac Bush #A079CD

Tints of Lilac Bush #A079CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 32.92%
G = 24.9%
B = 42.18%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A079CD (or 0xA079CD) is known color: Lilac Bush. HEX triplet: A0, 79 and CD. RGB value is (160,121,205). Sum of RGB (Red+Green+Blue) = 160+121+205=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A079CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A079CD is #5F8632. Grayscale: #8D8D8D. Windows color (decimal): -6260275 or 13466016. OLE color: 13466016.

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

Color convert

RGB 160 121 205 -
CMYK 0.22 0.41 0 0.20
HSL 267.86º 0.46% 0.64% -
HSV(B) 267.86º 0.41% 0.8% -
XYZ 32.35 25.56 60.99 -
YUV 142.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 160 121 205 0.22 0.41 0 0.20 267.86 0.46 0.64
Hex A0 79 CD 16 29 0 14 10C 2E 40
Octal 240 171 315 26 51 0 24 414 56 100
Binary 10100000 1111001 11001101 10110 101001 0 10100 100001100 101110 1000000

Color Harmonies of #A079CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A079CD

Black with #A079CD

Text Example


Text Example

White with #A079CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A079CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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