#A670B1

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

Shades of Ce Soir #A670B1

Tints of Ce Soir #A670B1

Color information

#A670B1 (or 0xA670B1) is unknown color: approx Ce Soir. HEX triplet: A6, 70 and B1. RGB value is (166,112,177). Sum of RGB (Red+Green+Blue) = 166+112+177=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #A670B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A670B1 is #598F4E. Grayscale: #878787. Windows color (decimal): -5869391 or 11628710. OLE color: 11628710.

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

Color convert

RGB166112177-
CMYK0.060.3700.31
HSL289.85º29.41%56.67%-
HSV(B)289.85º36.72%69.41%-
XYZ29.4622.8744.46-
YUV135.56151.39149.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=36.48%
G=24.62%
B=38.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661121770.060.3700.31289.8529.4156.67
HexA670B162501F1221d39
Octal2461602616450374423571
Binary1010011011100001011000111010010101111110010001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670B1; }

 p { color: rgb(166,112,177); }

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

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

 a { background-color: rgb(166,112,177); }

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

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

 span { border-color: rgb(166,112,177); }

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