#A172B5

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

Shades of Ce Soir #A172B5

Tints of Ce Soir #A172B5

Color information

#A172B5 (or 0xA172B5) is unknown color: approx Ce Soir. HEX triplet: A1, 72 and B5. RGB value is (161,114,181). Sum of RGB (Red+Green+Blue) = 161+114+181=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #A172B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172B5 is #5E8D4A. Grayscale: #878787. Windows color (decimal): -6196555 or 11891361. OLE color: 11891361.

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

Color convert

RGB161114181-
CMYK0.110.3700.29
HSL282.09º31.16%57.84%-
HSV(B)282.09º37.02%70.98%-
XYZ29.0622.9546.61-
YUV135.69153.57146.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=35.31%
G=25%
B=39.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611141810.110.3700.29282.0931.1657.84
HexA172B5B2501D11a1f3a
Octal24116226513450354323772
Binary10100001111001010110101101110010101110110001101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172B5; }

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

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

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

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

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

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

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

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