#A272AB

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

Shades of Ce Soir #A272AB

Tints of Ce Soir #A272AB

Color information

#A272AB (or 0xA272AB) is unknown color: approx Ce Soir. HEX triplet: A2, 72 and AB. RGB value is (162,114,171). Sum of RGB (Red+Green+Blue) = 162+114+171=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A272AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272AB is #5D8D54. Grayscale: #868686. Windows color (decimal): -6131029 or 11236002. OLE color: 11236002.

HSL color Cylindrical-coordinate representation of color #A272AB: hue angle of 290.53º degrees, saturation: 0.25, 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 #A272AB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162114171-
CMYK0.050.3300.33
HSL290.53º25.33%55.88%-
HSV(B)290.53º33.33%67.06%-
XYZ28.2722.6641.41-
YUV134.85148.4147.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=36.24%
G=25.50%
B=38.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621141710.050.3300.33290.5325.3355.88
HexA272AB5210211231938
Octal2421622535410414433170
Binary10100010111001010101011101100001010000110010001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272AB; }

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

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

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

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

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

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

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

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