#A174AD

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

Shades of Ce Soir #A174AD

Tints of Ce Soir #A174AD

Color information

#A174AD (or 0xA174AD) is unknown color: approx Ce Soir. HEX triplet: A1, 74 and AD. RGB value is (161,116,173). Sum of RGB (Red+Green+Blue) = 161+116+173=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A174AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A174AD is #5E8B52. Grayscale: #878787. Windows color (decimal): -6196051 or 11367585. OLE color: 11367585.

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

Color convert

RGB161116173-
CMYK0.070.3300.32
HSL287.37º25.79%56.67%-
HSV(B)287.37º32.95%67.84%-
XYZ28.4923.0842.49-
YUV135.95148.91145.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=35.78%
G=25.78%
B=38.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611161730.070.3300.32287.3725.7956.67
HexA174AD72102011f1a39
Octal2411642557410404373271
Binary10100001111010010101101111100001010000010001111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174AD; }

 p { color: rgb(161,116,173); }

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

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

 a { background-color: rgb(161,116,173); }

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

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

 span { border-color: rgb(161,116,173); }

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