#A26CAF

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

Shades of Ce Soir #A26CAF

Tints of Ce Soir #A26CAF

Color information

#A26CAF (or 0xA26CAF) is unknown color: approx Ce Soir. HEX triplet: A2, 6C and AF. RGB value is (162,108,175). Sum of RGB (Red+Green+Blue) = 162+108+175=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #A26CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26CAF is #5D9350. Grayscale: #838383. Windows color (decimal): -6132561 or 11496610. OLE color: 11496610.

HSL color Cylindrical-coordinate representation of color #A26CAF: hue angle of 288.36º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A26CAF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162108175-
CMYK0.070.3800.31
HSL288.36º29.52%55.49%-
HSV(B)288.36º38.29%68.63%-
XYZ2821.543.23-
YUV131.78152.39149.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=36.40%
G=24.27%
B=39.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621081750.070.3800.31288.3629.5255.49
HexA26CAF72601F1201e37
Octal2421542577460374403667
Binary1010001011011001010111111110011001111110010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CAF; }

 p { color: rgb(162,108,175); }

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

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

 a { background-color: rgb(162,108,175); }

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

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

 span { border-color: rgb(162,108,175); }

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