#A17BB0

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

Shades of Ce Soir #A17BB0

Tints of Ce Soir #A17BB0

Color information

#A17BB0 (or 0xA17BB0) is unknown color: approx Ce Soir. HEX triplet: A1, 7B and B0. RGB value is (161,123,176). Sum of RGB (Red+Green+Blue) = 161+123+176=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 176 - color contains mainly: blue. Hex color #A17BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17BB0 is #5E844F. Grayscale: #8C8C8C. Windows color (decimal): -6194256 or 11565985. OLE color: 11565985.

HSL color Cylindrical-coordinate representation of color #A17BB0: hue angle of 283.02º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17BB0 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161123176-
CMYK0.090.3000.31
HSL283.02º25.12%58.63%-
HSV(B)283.02º30.11%69.02%-
XYZ29.6224.8844.32-
YUV140.4148.09142.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=35%
G=26.74%
B=38.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611231760.090.3000.31283.0225.1258.63
HexA17BB091E01F11b193b
Octal24117326011360374333173
Binary1010000111110111011000010011111001111110001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17BB0; }

 p { color: rgb(161,123,176); }

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

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

 a { background-color: rgb(161,123,176); }

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

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

 span { border-color: rgb(161,123,176); }

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