#A075CA

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

Shades of Lilac Bush #A075CA

Tints of Lilac Bush #A075CA

Color information

#A075CA (or 0xA075CA) is unknown color: approx Lilac Bush. HEX triplet: A0, 75 and CA. RGB value is (160,117,202). Sum of RGB (Red+Green+Blue) = 160+117+202=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A075CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CA is #5F8A35. Grayscale: #8B8B8B. Windows color (decimal): -6261302 or 13268384. OLE color: 13268384.

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

Color convert

RGB160117202-
CMYK0.210.4200.21
HSL270.35º44.5%62.55%-
HSV(B)270.35º42.08%79.22%-
XYZ31.5224.4658.94-
YUV139.55163.25142.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=33.40%
G=24.43%
B=42.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601172020.210.4200.21270.3544.562.55
HexA075CA152A01510e2d3f
Octal24016531225520254165577
Binary1010000011101011100101010101101010010101100001110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075CA; }

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

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

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

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

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

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

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

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