#A279CE

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

Shades of Lilac Bush #A279CE

Tints of Lilac Bush #A279CE

Color information

#A279CE (or 0xA279CE) is unknown color: approx Lilac Bush. HEX triplet: A2, 79 and CE. RGB value is (162,121,206). Sum of RGB (Red+Green+Blue) = 162+121+206=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A279CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279CE is #5D8631. Grayscale: #8E8E8E. Windows color (decimal): -6129202 or 13531554. OLE color: 13531554.

HSL color Cylindrical-coordinate representation of color #A279CE: hue angle of 268.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A279CE is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162121206-
CMYK0.210.4100.19
HSL268.94º46.45%64.12%-
HSV(B)268.94º41.26%80.78%-
XYZ32.8825.8161.64-
YUV142.95163.58141.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=33.13%
G=24.74%
B=42.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621212060.210.4100.19268.9446.4564.12
HexA279CE152901310d2e40
Octal242171316255102341556100
Binary10100010111100111001110101011010010100111000011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279CE; }

 p { color: rgb(162,121,206); }

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

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

 a { background-color: rgb(162,121,206); }

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

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

 span { border-color: rgb(162,121,206); }

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