#A170AB

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

Shades of Ce Soir #A170AB

Tints of Ce Soir #A170AB

Color information

#A170AB (or 0xA170AB) is unknown color: approx Ce Soir. HEX triplet: A1, 70 and AB. RGB value is (161,112,171). Sum of RGB (Red+Green+Blue) = 161+112+171=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A170AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A170AB is #5E8F54. Grayscale: #858585. Windows color (decimal): -6197077 or 11235489. OLE color: 11235489.

HSL color Cylindrical-coordinate representation of color #A170AB: hue angle of 289.83º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A170AB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161112171-
CMYK0.060.3500.33
HSL289.83º25.99%55.49%-
HSV(B)289.83º34.5%67.06%-
XYZ27.8422.1141.33-
YUV133.38149.23147.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=36.26%
G=25.23%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611121710.060.3500.33289.8325.9955.49
HexA170AB6230211221a37
Octal2411602536430414423267
Binary10100001111000010101011110100011010000110010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170AB; }

 p { color: rgb(161,112,171); }

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

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

 a { background-color: rgb(161,112,171); }

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

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

 span { border-color: rgb(161,112,171); }

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