#A272B0

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

Shades of Ce Soir #A272B0

Tints of Ce Soir #A272B0

Color information

#A272B0 (or 0xA272B0) is unknown color: approx Ce Soir. HEX triplet: A2, 72 and B0. RGB value is (162,114,176). Sum of RGB (Red+Green+Blue) = 162+114+176=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 176 - color contains mainly: blue. Hex color #A272B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272B0 is #5D8D4F. Grayscale: #878787. Windows color (decimal): -6131024 or 11563682. OLE color: 11563682.

HSL color Cylindrical-coordinate representation of color #A272B0: hue angle of 286.45º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A272B0 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162114176-
CMYK0.080.3500.31
HSL286.45º28.18%56.86%-
HSV(B)286.45º35.23%69.02%-
XYZ28.7522.8543.97-
YUV135.42150.9146.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=35.84%
G=25.22%
B=38.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621141760.080.3500.31286.4528.1856.86
HexA272B082301F11e1c39
Octal24216226010430374363471
Binary10100010111001010110000100010001101111110001111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272B0; }

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

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

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

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

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

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

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

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