#A479AB

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

Shades of Ce Soir #A479AB

Tints of Ce Soir #A479AB

Color information

#A479AB (or 0xA479AB) is unknown color: approx Ce Soir. HEX triplet: A4, 79 and AB. RGB value is (164,121,171). Sum of RGB (Red+Green+Blue) = 164+121+171=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A479AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479AB is #5B8654. Grayscale: #8B8B8B. Windows color (decimal): -5998165 or 11237796. OLE color: 11237796.

HSL color Cylindrical-coordinate representation of color #A479AB: hue angle of 291.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A479AB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164121171-
CMYK0.040.2900.33
HSL291.6º22.94%57.25%-
HSV(B)291.6º29.24%67.06%-
XYZ29.524.5141.7-
YUV139.56145.75145.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=35.96%
G=26.54%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641211710.040.2900.33291.622.9457.25
HexA479AB41D0211241739
Octal2441712534350414442771
Binary1010010011110011010101110011101010000110010010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479AB; }

 p { color: rgb(164,121,171); }

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

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

 a { background-color: rgb(164,121,171); }

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

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

 span { border-color: rgb(164,121,171); }

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