#A073C4

Color #A073C4 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #A073C4

Tints of Lilac Bush #A073C4

Color information

#A073C4 (or 0xA073C4) is unknown color: approx 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

RGB160115196-
CMYK0.180.4100.23
HSL273.33º40.7%60.98%-
HSV(B)273.33º41.33%76.86%-
XYZ30.5923.7255.19-
YUV137.69160.91143.91-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601151960.180.4100.23273.3340.760.98
HexA073C41229017111293d
Octal24016330422510274215175
Binary1010000011100111100010010010101001010111100010001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>