Html Css Color HEX #A078C6 Lilac Bush

📋 copy color: '#A078C6'

red 160 ◦ green 120 ◦ blue 198

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

Shades of Lilac Bush #A078C6

Tints of Lilac Bush #A078C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 33.47%
G = 25.1%
B = 41.42%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A078C6 (or 0xA078C6) is known color: Lilac Bush. HEX triplet: A0, 78 and C6. RGB value is (160,120,198). Sum of RGB (Red+Green+Blue) = 160+120+198=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #A078C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078C6 is #5F8739. Grayscale: #8C8C8C. Windows color (decimal): -6260538 or 13007008. OLE color: 13007008.

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

Color convert

RGB 160 120 198 -
CMYK 0.19 0.39 0 0.22
HSL 270.77º 0.41% 0.62% -
HSV(B) 270.77º 0.39% 0.78% -
XYZ 31.41 24.98 56.59 -
YUV 140.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 160 120 198 0.19 0.39 0 0.22 270.77 0.41 0.62
Hex A0 78 C6 13 27 0 16 10F 29 3E
Octal 240 170 306 23 47 0 26 417 51 76
Binary 10100000 1111000 11000110 10011 100111 0 10110 100001111 101001 111110

Color Harmonies of #A078C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078C6

Black with #A078C6

Text Example


Text Example

White with #A078C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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