#A474B5

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

Shades of Ce Soir #A474B5

Tints of Ce Soir #A474B5

Color information

#A474B5 (or 0xA474B5) is unknown color: approx Ce Soir. HEX triplet: A4, 74 and B5. RGB value is (164,116,181). Sum of RGB (Red+Green+Blue) = 164+116+181=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #A474B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474B5 is #5B8B4A. Grayscale: #898989. Windows color (decimal): -5999435 or 11891876. OLE color: 11891876.

HSL color Cylindrical-coordinate representation of color #A474B5: hue angle of 284.31º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A474B5 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164116181-
CMYK0.090.3600.29
HSL284.31º30.52%58.24%-
HSV(B)284.31º35.91%70.98%-
XYZ29.923.7246.72-
YUV137.76152.4146.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=35.57%
G=25.16%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641161810.090.3600.29284.3130.5258.24
HexA474B592401D11c1f3a
Octal24416426511440354343772
Binary10100100111010010110101100110010001110110001110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474B5; }

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

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

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

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

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

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

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

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