#A272AE

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

Shades of Ce Soir #A272AE

Tints of Ce Soir #A272AE

Color information

#A272AE (or 0xA272AE) is unknown color: approx Ce Soir. HEX triplet: A2, 72 and AE. RGB value is (162,114,174). Sum of RGB (Red+Green+Blue) = 162+114+174=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #A272AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272AE is #5D8D51. Grayscale: #878787. Windows color (decimal): -6131026 or 11432610. OLE color: 11432610.

HSL color Cylindrical-coordinate representation of color #A272AE: hue angle of 288º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A272AE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162114174-
CMYK0.070.3400.32
HSL288º27.03%56.47%-
HSV(B)288º34.48%68.24%-
XYZ28.5622.7742.93-
YUV135.19149.9147.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=36%
G=25.33%
B=38.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621141740.070.3400.3228827.0356.47
HexA272AE7220201201b38
Octal2421622567420404403370
Binary10100010111001010101110111100010010000010010000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272AE; }

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

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

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

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

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

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

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

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