#A272AC

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

Shades of Ce Soir #A272AC

Tints of Ce Soir #A272AC

Color information

#A272AC (or 0xA272AC) is unknown color: approx Ce Soir. HEX triplet: A2, 72 and AC. RGB value is (162,114,172). Sum of RGB (Red+Green+Blue) = 162+114+172=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #A272AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272AC is #5D8D53. Grayscale: #868686. Windows color (decimal): -6131028 or 11301538. OLE color: 11301538.

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

Color convert

RGB162114172-
CMYK0.060.3400.33
HSL289.66º25.89%56.08%-
HSV(B)289.66º33.72%67.45%-
XYZ28.3622.6941.92-
YUV134.96148.9147.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=36.16%
G=25.45%
B=38.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621141720.060.3400.33289.6625.8956.08
HexA272AC6220211221a38
Octal2421622546420414423270
Binary10100010111001010101100110100010010000110010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272AC; }

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

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

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

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

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

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

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

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