Html Css Color HEX #A073C4 Lilac Bush

📋 copy color: '#A073C4'

red 160 ◦ green 115 ◦ blue 196

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

Shades of Lilac Bush #A073C4

Tints of Lilac Bush #A073C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 33.97%
G = 24.42%
B = 41.61%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A073C4 (or 0xA073C4) is known color: Lilac Bush. HEX triplet: A0, 73 and C4. RGB value is (160,115,196). Sum of RGB (Red+Green+Blue) = 160+115+196=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #A073C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073C4 is #5F8C3B. Grayscale: #898989. Windows color (decimal): -6261820 or 12874656. OLE color: 12874656.

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

Color convert

RGB 160 115 196 -
CMYK 0.18 0.41 0 0.23
HSL 273.33º 0.41% 0.61% -
HSV(B) 273.33º 0.41% 0.77% -
XYZ 30.59 23.72 55.19 -
YUV 137.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 160 115 196 0.18 0.41 0 0.23 273.33 0.41 0.61
Hex A0 73 C4 12 29 0 17 111 29 3D
Octal 240 163 304 22 51 0 27 421 51 75
Binary 10100000 1110011 11000100 10010 101001 0 10111 100010001 101001 111101

Color Harmonies of #A073C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073C4

Black with #A073C4

Text Example


Text Example

White with #A073C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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