#A474AF

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

Shades of Ce Soir #A474AF

Tints of Ce Soir #A474AF

Color information

#A474AF (or 0xA474AF) is unknown color: approx Ce Soir. HEX triplet: A4, 74 and AF. RGB value is (164,116,175). Sum of RGB (Red+Green+Blue) = 164+116+175=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #A474AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474AF is #5B8B50. Grayscale: #888888. Windows color (decimal): -5999441 or 11498660. OLE color: 11498660.

HSL color Cylindrical-coordinate representation of color #A474AF: hue angle of 288.81º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A474AF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164116175-
CMYK0.060.3400.31
HSL288.81º26.94%57.06%-
HSV(B)288.81º33.71%68.63%-
XYZ29.2923.4843.55-
YUV137.08149.4147.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=36.04%
G=25.49%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641161750.060.3400.31288.8126.9457.06
HexA474AF62201F1211b39
Octal2441642576420374413371
Binary1010010011101001010111111010001001111110010000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474AF; }

 p { color: rgb(164,116,175); }

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

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

 a { background-color: rgb(164,116,175); }

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

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

 span { border-color: rgb(164,116,175); }

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