#A072AD

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

Shades of Ce Soir #A072AD

Tints of Ce Soir #A072AD

Color information

#A072AD (or 0xA072AD) is unknown color: approx Ce Soir. HEX triplet: A0, 72 and AD. RGB value is (160,114,173). Sum of RGB (Red+Green+Blue) = 160+114+173=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A072AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AD is #5F8D52. Grayscale: #868686. Windows color (decimal): -6262099 or 11367072. OLE color: 11367072.

HSL color Cylindrical-coordinate representation of color #A072AD: hue angle of 286.78º degrees, saturation: 0.26, 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 #A072AD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160114173-
CMYK0.080.3400.32
HSL286.78º26.46%56.27%-
HSV(B)286.78º34.1%67.84%-
XYZ28.0622.5342.4-
YUV134.48149.74146.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=35.79%
G=25.50%
B=38.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601141730.080.3400.32286.7826.4656.27
HexA072AD82202011f1a38
Octal24016225510420404373270
Binary101000001110010101011011000100010010000010001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072AD; }

 p { color: rgb(160,114,173); }

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

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

 a { background-color: rgb(160,114,173); }

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

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

 span { border-color: rgb(160,114,173); }

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