#A475AD

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

Shades of Ce Soir #A475AD

Tints of Ce Soir #A475AD

Color information

#A475AD (or 0xA475AD) is unknown color: approx Ce Soir. HEX triplet: A4, 75 and AD. RGB value is (164,117,173). Sum of RGB (Red+Green+Blue) = 164+117+173=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #A475AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475AD is #5B8A52. Grayscale: #898989. Windows color (decimal): -5999187 or 11367844. OLE color: 11367844.

HSL color Cylindrical-coordinate representation of color #A475AD: hue angle of 290.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A475AD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164117173-
CMYK0.050.3200.32
HSL290.36º25.45%56.86%-
HSV(B)290.36º32.37%67.84%-
XYZ29.2123.6342.56-
YUV137.44148.07146.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=36.12%
G=25.77%
B=38.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641171730.050.3200.32290.3625.4556.86
HexA475AD5200201221939
Octal2441652555400404423171
Binary10100100111010110101101101100000010000010010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475AD; }

 p { color: rgb(164,117,173); }

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

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

 a { background-color: rgb(164,117,173); }

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

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

 span { border-color: rgb(164,117,173); }

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