#A279AD

Color #A279AD Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #A279AD

Tints of Ce Soir #A279AD

Color information

#A279AD (or 0xA279AD) is unknown color: approx Ce Soir. HEX triplet: A2, 79 and AD. RGB value is (162,121,173). Sum of RGB (Red+Green+Blue) = 162+121+173=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #A279AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A279AD is #5D8652. Grayscale: #8B8B8B. Windows color (decimal): -6129235 or 11368866. OLE color: 11368866.

HSL color Cylindrical-coordinate representation of color #A279AD: hue angle of 287.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A279AD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162121173-
CMYK0.060.3000.32
HSL287.31º24.07%57.65%-
HSV(B)287.31º30.06%67.84%-
XYZ29.2824.3742.7-
YUV139.19147.08144.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=35.53%
G=26.54%
B=37.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621211730.060.3000.32287.3124.0757.65
HexA279AD61E02011f183a
Octal2421712556360404373072
Binary1010001011110011010110111011110010000010001111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279AD; }

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

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

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

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

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

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

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

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