#A273AC

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

Shades of Ce Soir #A273AC

Tints of Ce Soir #A273AC

Color information

#A273AC (or 0xA273AC) is unknown color: approx Ce Soir. HEX triplet: A2, 73 and AC. RGB value is (162,115,172). Sum of RGB (Red+Green+Blue) = 162+115+172=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A273AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A273AC is #5D8C53. Grayscale: #878787. Windows color (decimal): -6130772 or 11301794. OLE color: 11301794.

HSL color Cylindrical-coordinate representation of color #A273AC: hue angle of 289.47º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A273AC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162115172-
CMYK0.060.3300.33
HSL289.47º25.56%56.27%-
HSV(B)289.47º33.14%67.45%-
XYZ28.4822.9241.95-
YUV135.55148.57146.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=36.08%
G=25.61%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621151720.060.3300.33289.4725.5656.27
HexA273AC6210211211a38
Octal2421632546410414413270
Binary10100010111001110101100110100001010000110010000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273AC; }

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

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

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

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

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

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

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

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