Html Css Color HEX #A078CE Lilac Bush

📋 copy color: '#A078CE'

red 160 ◦ green 120 ◦ blue 206

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

Shades of Lilac Bush #A078CE

Tints of Lilac Bush #A078CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 32.92%
G = 24.69%
B = 42.39%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A078CE (or 0xA078CE) is known color: Lilac Bush. HEX triplet: A0, 78 and CE. RGB value is (160,120,206). Sum of RGB (Red+Green+Blue) = 160+120+206=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #A078CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078CE is #5F8731. Grayscale: #8D8D8D. Windows color (decimal): -6260530 or 13531296. OLE color: 13531296.

HSL color Cylindrical-coordinate representation of color #A078CE: hue angle of 267.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A078CE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 120 206 -
CMYK 0.22 0.42 0 0.19
HSL 267.91º 0.47% 0.64% -
HSV(B) 267.91º 0.42% 0.81% -
XYZ 32.35 25.36 61.58 -
YUV 141.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 160 120 206 0.22 0.42 0 0.19 267.91 0.47 0.64
Hex A0 78 CE 16 2A 0 13 10C 2F 40
Octal 240 170 316 26 52 0 23 414 57 100
Binary 10100000 1111000 11001110 10110 101010 0 10011 100001100 101111 1000000

Color Harmonies of #A078CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078CE

Black with #A078CE

Text Example


Text Example

White with #A078CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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