#A275C4

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

Shades of Lilac Bush #A275C4

Tints of Lilac Bush #A275C4

Color information

#A275C4 (or 0xA275C4) is unknown color: approx Lilac Bush. HEX triplet: A2, 75 and C4. RGB value is (162,117,196). Sum of RGB (Red+Green+Blue) = 162+117+196=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #A275C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275C4 is #5D8A3B. Grayscale: #8B8B8B. Windows color (decimal): -6130236 or 12875170. OLE color: 12875170.

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

Color convert

RGB162117196-
CMYK0.170.4000.23
HSL274.18º40.1%61.37%-
HSV(B)274.18º40.31%76.86%-
XYZ31.2324.3955.29-
YUV139.46159.91144.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=34.11%
G=24.63%
B=41.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621171960.170.4000.23274.1840.161.37
HexA275C41128017112283d
Octal24216530421500274225075
Binary1010001011101011100010010001101000010111100010010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275C4; }

 p { color: rgb(162,117,196); }

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

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

 a { background-color: rgb(162,117,196); }

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

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

 span { border-color: rgb(162,117,196); }

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