Html Css Color HEX #A078C5 Lilac Bush

📋 copy color: '#A078C5'

red 160 ◦ green 120 ◦ blue 197

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

Shades of Lilac Bush #A078C5

Tints of Lilac Bush #A078C5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 33.54%
G = 25.16%
B = 41.3%

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

#A078C5 (or 0xA078C5) is known color: Lilac Bush. HEX triplet: A0, 78 and C5. RGB value is (160,120,197). Sum of RGB (Red+Green+Blue) = 160+120+197=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #A078C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078C5 is #5F873A. Grayscale: #8C8C8C. Windows color (decimal): -6260539 or 12941472. OLE color: 12941472.

HSL color Cylindrical-coordinate representation of color #A078C5: hue angle of 271.17º 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 #A078C5 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 120 197 -
CMYK 0.19 0.39 0 0.23
HSL 271.17º 0.4% 0.62% -
HSV(B) 271.17º 0.39% 0.77% -
XYZ 31.29 24.94 55.99 -
YUV 140.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 160 120 197 0.19 0.39 0 0.23 271.17 0.4 0.62
Hex A0 78 C5 13 27 0 17 10F 28 3E
Octal 240 170 305 23 47 0 27 417 50 76
Binary 10100000 1111000 11000101 10011 100111 0 10111 100001111 101000 111110

Color Harmonies of #A078C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078C5

Black with #A078C5

Text Example


Text Example

White with #A078C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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