#A075CC

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

Shades of Lilac Bush #A075CC

Tints of Lilac Bush #A075CC

Color information

#A075CC (or 0xA075CC) is unknown color: approx Lilac Bush. HEX triplet: A0, 75 and CC. RGB value is (160,117,204). Sum of RGB (Red+Green+Blue) = 160+117+204=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A075CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CC is #5F8A33. Grayscale: #8B8B8B. Windows color (decimal): -6261300 or 13399456. OLE color: 13399456.

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

Color convert

RGB160117204-
CMYK0.220.4300.2
HSL269.66º46.03%62.94%-
HSV(B)269.66º42.65%80%-
XYZ31.7624.5660.19-
YUV139.78164.25142.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=33.26%
G=24.32%
B=42.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601172040.220.4300.2269.6646.0362.94
HexA075CC162B01410e2e3f
Octal24016531426530244165677
Binary1010000011101011100110010110101011010100100001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075CC; }

 p { color: rgb(160,117,204); }

 H1.HeaderClassName
 {
   color: #A075CC;
 }
 .AnyTagClassName
 {
   color: #A075CC;
 }
</style>
background-color css

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

 a { background-color: rgb(160,117,204); }

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

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

 span { border-color: rgb(160,117,204); }

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