#A172AF

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

Shades of Ce Soir #A172AF

Tints of Ce Soir #A172AF

Color information

#A172AF (or 0xA172AF) is unknown color: approx Ce Soir. HEX triplet: A1, 72 and AF. RGB value is (161,114,175). Sum of RGB (Red+Green+Blue) = 161+114+175=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #A172AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A172AF is #5E8D50. Grayscale: #868686. Windows color (decimal): -6196561 or 11498145. OLE color: 11498145.

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

Color convert

RGB161114175-
CMYK0.080.3500.31
HSL286.23º27.6%56.67%-
HSV(B)286.23º34.86%68.63%-
XYZ28.4522.7143.44-
YUV135.01150.57146.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=35.78%
G=25.33%
B=38.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611141750.080.3500.31286.2327.656.67
HexA172AF82301F11e1c39
Octal24116225710430374363471
Binary10100001111001010101111100010001101111110001111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172AF; }

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

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

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

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

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

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

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

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