Html Css Color HEX #A078C8 Lilac Bush

📋 copy color: '#A078C8'

red 160 ◦ green 120 ◦ blue 200

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

Shades of Lilac Bush #A078C8

Tints of Lilac Bush #A078C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.67%

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.2

 M value IS 0.4

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A078C8 (or 0xA078C8) is known color: Lilac Bush. HEX triplet: A0, 78 and C8. RGB value is (160,120,200). Sum of RGB (Red+Green+Blue) = 160+120+200=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #A078C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078C8 is #5F8737. Grayscale: #8C8C8C. Windows color (decimal): -6260536 or 13138080. OLE color: 13138080.

HSL color Cylindrical-coordinate representation of color #A078C8: hue angle of 270º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A078C8 is Cyan = 0.2, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 120 200 -
CMYK 0.2 0.4 0 0.22
HSL 270º 0.42% 0.63% -
HSV(B) 270º 0.4% 0.78% -
XYZ 31.64 25.08 57.82 -
YUV 141.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 160 120 200 0.2 0.4 0 0.22 270 0.42 0.63
Hex A0 78 C8 14 28 0 16 10E 2A 3F
Octal 240 170 310 24 50 0 26 416 52 77
Binary 10100000 1111000 11001000 10100 101000 0 10110 100001110 101010 111111

Color Harmonies of #A078C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078C8

Black with #A078C8

Text Example


Text Example

White with #A078C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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