#A670B8

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

Shades of Ce Soir #A670B8

Tints of Ce Soir #A670B8

Color information

#A670B8 (or 0xA670B8) is unknown color: approx Ce Soir. HEX triplet: A6, 70 and B8. RGB value is (166,112,184). Sum of RGB (Red+Green+Blue) = 166+112+184=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #A670B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670B8 is #598F47. Grayscale: #888888. Windows color (decimal): -5869384 or 12087462. OLE color: 12087462.

HSL color Cylindrical-coordinate representation of color #A670B8: hue angle of 285º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A670B8 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166112184-
CMYK0.100.3900.28
HSL285º33.64%58.04%-
HSV(B)285º39.13%72.16%-
XYZ30.1723.1648.23-
YUV136.35154.89149.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=35.93%
G=24.24%
B=39.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661121840.100.3900.2828533.6458.04
HexA670B8A2701C11d223a
Octal24616027012470344354272
Binary101001101110000101110001010100111011100100011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670B8; }

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

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

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

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

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

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

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

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