Html Css Color HEX #A073C5 Lilac Bush

📋 copy color: '#A073C5'

red 160 ◦ green 115 ◦ blue 197

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

Shades of Lilac Bush #A073C5

Tints of Lilac Bush #A073C5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.36%

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

R = 33.9%
G = 24.36%
B = 41.74%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A073C5 (or 0xA073C5) is known color: Lilac Bush. HEX triplet: A0, 73 and C5. RGB value is (160,115,197). Sum of RGB (Red+Green+Blue) = 160+115+197=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #A073C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073C5 is #5F8C3A. Grayscale: #898989. Windows color (decimal): -6261819 or 12940192. OLE color: 12940192.

HSL color Cylindrical-coordinate representation of color #A073C5: hue angle of 272.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A073C5 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 115 197 -
CMYK 0.19 0.42 0 0.23
HSL 272.93º 0.41% 0.61% -
HSV(B) 272.93º 0.42% 0.77% -
XYZ 30.71 23.77 55.79 -
YUV 137.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 160 115 197 0.19 0.42 0 0.23 272.93 0.41 0.61
Hex A0 73 C5 13 2A 0 17 111 29 3D
Octal 240 163 305 23 52 0 27 421 51 75
Binary 10100000 1110011 11000101 10011 101010 0 10111 100010001 101001 111101

Color Harmonies of #A073C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073C5

Black with #A073C5

Text Example


Text Example

White with #A073C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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