Html Css Color HEX #A078CA Lilac Bush

📋 copy color: '#A078CA'

red 160 ◦ green 120 ◦ blue 202

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

Shades of Lilac Bush #A078CA

Tints of Lilac Bush #A078CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 33.2%
G = 24.9%
B = 41.91%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A078CA (or 0xA078CA) is known color: Lilac Bush. HEX triplet: A0, 78 and CA. RGB value is (160,120,202). Sum of RGB (Red+Green+Blue) = 160+120+202=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #A078CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078CA is #5F8735. Grayscale: #8D8D8D. Windows color (decimal): -6260534 or 13269152. OLE color: 13269152.

HSL color Cylindrical-coordinate representation of color #A078CA: hue angle of 269.27º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A078CA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 120 202 -
CMYK 0.21 0.41 0 0.21
HSL 269.27º 0.44% 0.63% -
HSV(B) 269.27º 0.41% 0.79% -
XYZ 31.87 25.17 59.06 -
YUV 141.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 160 120 202 0.21 0.41 0 0.21 269.27 0.44 0.63
Hex A0 78 CA 15 29 0 15 10D 2C 3F
Octal 240 170 312 25 51 0 25 415 54 77
Binary 10100000 1111000 11001010 10101 101001 0 10101 100001101 101100 111111

Color Harmonies of #A078CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078CA

Black with #A078CA

Text Example


Text Example

White with #A078CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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