#A674AF

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

Shades of Ce Soir #A674AF

Tints of Ce Soir #A674AF

Color information

#A674AF (or 0xA674AF) is unknown color: approx Ce Soir. HEX triplet: A6, 74 and AF. RGB value is (166,116,175). Sum of RGB (Red+Green+Blue) = 166+116+175=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A674AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674AF is #598B50. Grayscale: #898989. Windows color (decimal): -5868369 or 11498662. OLE color: 11498662.

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

Color convert

RGB166116175-
CMYK0.050.3400.31
HSL290.85º26.94%57.06%-
HSV(B)290.85º33.71%68.63%-
XYZ29.7123.6943.56-
YUV137.68149.06148.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=36.32%
G=25.38%
B=38.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661161750.050.3400.31290.8526.9457.06
HexA674AF52201F1231b39
Octal2461642575420374433371
Binary1010011011101001010111110110001001111110010001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674AF; }

 p { color: rgb(166,116,175); }

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

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

 a { background-color: rgb(166,116,175); }

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

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

 span { border-color: rgb(166,116,175); }

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