#A27ACA

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

Shades of Lilac Bush #A27ACA

Tints of Lilac Bush #A27ACA

Color information

#A27ACA (or 0xA27ACA) is unknown color: approx Lilac Bush. HEX triplet: A2, 7A and CA. RGB value is (162,122,202). Sum of RGB (Red+Green+Blue) = 162+122+202=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #A27ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ACA is #5D8535. Grayscale: #8E8E8E. Windows color (decimal): -6128950 or 13269666. OLE color: 13269666.

HSL color Cylindrical-coordinate representation of color #A27ACA: hue angle of 270º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27ACA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162122202-
CMYK0.200.4000.21
HSL270º43.01%63.53%-
HSV(B)270º39.6%79.22%-
XYZ32.5225.8659.16-
YUV143.08161.25141.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=33.33%
G=25.10%
B=41.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621222020.200.4000.2127043.0163.53
HexA27ACA142801510e2b40
Octal242172312245002541653100
Binary10100010111101011001010101001010000101011000011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27ACA; }

 p { color: rgb(162,122,202); }

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

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

 a { background-color: rgb(162,122,202); }

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

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

 span { border-color: rgb(162,122,202); }

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