#A26BB0

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

Shades of Ce Soir #A26BB0

Tints of Ce Soir #A26BB0

Color information

#A26BB0 (or 0xA26BB0) is unknown color: approx Ce Soir. HEX triplet: A2, 6B and B0. RGB value is (162,107,176). Sum of RGB (Red+Green+Blue) = 162+107+176=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #A26BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26BB0 is #5D944F. Grayscale: #838383. Windows color (decimal): -6132816 or 11561890. OLE color: 11561890.

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

Color convert

RGB162107176-
CMYK0.080.3900.31
HSL287.83º30.4%55.49%-
HSV(B)287.83º39.2%69.02%-
XYZ27.9921.3343.72-
YUV131.31153.22149.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=36.40%
G=24.04%
B=39.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621071760.080.3900.31287.8330.455.49
HexA26BB082701F1201e37
Octal24215326010470374403667
Binary10100010110101110110000100010011101111110010000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BB0; }

 p { color: rgb(162,107,176); }

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

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

 a { background-color: rgb(162,107,176); }

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

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

 span { border-color: rgb(162,107,176); }

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