#A26FAD

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

Shades of Ce Soir #A26FAD

Tints of Ce Soir #A26FAD

Color information

#A26FAD (or 0xA26FAD) is unknown color: approx Ce Soir. HEX triplet: A2, 6F and AD. RGB value is (162,111,173). Sum of RGB (Red+Green+Blue) = 162+111+173=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A26FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26FAD is #5D9052. Grayscale: #858585. Windows color (decimal): -6131795 or 11366306. OLE color: 11366306.

HSL color Cylindrical-coordinate representation of color #A26FAD: hue angle of 289.35º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26FAD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162111173-
CMYK0.060.3600.32
HSL289.35º27.43%55.69%-
HSV(B)289.35º35.84%67.84%-
XYZ28.1322.0742.31-
YUV133.32150.4148.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=36.32%
G=24.89%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621111730.060.3600.32289.3527.4355.69
HexA26FAD6240201211b38
Octal2421572556440404413370
Binary10100010110111110101101110100100010000010010000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26FAD; }

 p { color: rgb(162,111,173); }

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

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

 a { background-color: rgb(162,111,173); }

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

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

 span { border-color: rgb(162,111,173); }

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