#A273B2

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

Shades of Ce Soir #A273B2

Tints of Ce Soir #A273B2

Color information

#A273B2 (or 0xA273B2) is unknown color: approx Ce Soir. HEX triplet: A2, 73 and B2. RGB value is (162,115,178). Sum of RGB (Red+Green+Blue) = 162+115+178=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 178 - color contains mainly: blue. Hex color #A273B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A273B2 is #5D8C4D. Grayscale: #888888. Windows color (decimal): -6130766 or 11695010. OLE color: 11695010.

HSL color Cylindrical-coordinate representation of color #A273B2: hue angle of 284.76º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A273B2 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162115178-
CMYK0.090.3500.30
HSL284.76º29.03%57.45%-
HSV(B)284.76º35.39%69.8%-
XYZ29.0723.1645.06-
YUV136.23151.57146.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=35.60%
G=25.27%
B=39.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621151780.090.3500.30284.7629.0357.45
HexA273B292301E11d1d39
Octal24216326211430364353571
Binary10100010111001110110010100110001101111010001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273B2; }

 p { color: rgb(162,115,178); }

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

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

 a { background-color: rgb(162,115,178); }

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

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

 span { border-color: rgb(162,115,178); }

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