#A172AD

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

Shades of Ce Soir #A172AD

Tints of Ce Soir #A172AD

Color information

#A172AD (or 0xA172AD) is unknown color: approx Ce Soir. HEX triplet: A1, 72 and AD. RGB value is (161,114,173). Sum of RGB (Red+Green+Blue) = 161+114+173=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #A172AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A172AD is #5E8D52. Grayscale: #868686. Windows color (decimal): -6196563 or 11367073. OLE color: 11367073.

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

Color convert

RGB161114173-
CMYK0.070.3400.32
HSL287.8º26.46%56.27%-
HSV(B)287.8º34.1%67.84%-
XYZ28.2622.6342.41-
YUV134.78149.57146.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=35.94%
G=25.45%
B=38.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611141730.070.3400.32287.826.4656.27
HexA172AD7220201201a38
Octal2411622557420404403270
Binary10100001111001010101101111100010010000010010000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172AD; }

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

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

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

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

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

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

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

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