#A275C7

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

Shades of Lilac Bush #A275C7

Tints of Lilac Bush #A275C7

Color information

#A275C7 (or 0xA275C7) is unknown color: approx Lilac Bush. HEX triplet: A2, 75 and C7. RGB value is (162,117,199). Sum of RGB (Red+Green+Blue) = 162+117+199=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #A275C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275C7 is #5D8A38. Grayscale: #8B8B8B. Windows color (decimal): -6130233 or 13071778. OLE color: 13071778.

HSL color Cylindrical-coordinate representation of color #A275C7: hue angle of 272.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A275C7 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162117199-
CMYK0.190.4100.22
HSL272.93º42.27%61.96%-
HSV(B)272.93º41.21%78.04%-
XYZ31.5724.5357.1-
YUV139.8161.41143.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 199 (78.12% from 255) = 41.63%
R=33.89%
G=24.48%
B=41.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621171990.190.4100.22272.9342.2761.96
HexA275C713290161112a3e
Octal24216530723510264215276
Binary1010001011101011100011110011101001010110100010001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275C7; }

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

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

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

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

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

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

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

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