#A077CD

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

Shades of Lilac Bush #A077CD

Tints of Lilac Bush #A077CD

Color information

#A077CD (or 0xA077CD) is unknown color: approx Lilac Bush. HEX triplet: A0, 77 and CD. RGB value is (160,119,205). Sum of RGB (Red+Green+Blue) = 160+119+205=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #A077CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077CD is #5F8832. Grayscale: #8C8C8C. Windows color (decimal): -6260787 or 13465504. OLE color: 13465504.

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

Color convert

RGB160119205-
CMYK0.220.4200.20
HSL268.6º46.24%63.53%-
HSV(B)268.6º41.95%80.39%-
XYZ32.1125.0860.91-
YUV141.06164.08141.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=33.06%
G=24.59%
B=42.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601192050.220.4200.20268.646.2463.53
HexA077CD162A01410d2e40
Octal240167315265202441556100
Binary10100000111011111001101101101010100101001000011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A077CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A077CD; }

 p { color: rgb(160,119,205); }

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

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

 a { background-color: rgb(160,119,205); }

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

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

 span { border-color: rgb(160,119,205); }

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