#A072AC

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

Shades of Ce Soir #A072AC

Tints of Ce Soir #A072AC

Color information

#A072AC (or 0xA072AC) is unknown color: approx Ce Soir. HEX triplet: A0, 72 and AC. RGB value is (160,114,172). Sum of RGB (Red+Green+Blue) = 160+114+172=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A072AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AC is #5F8D53. Grayscale: #868686. Windows color (decimal): -6262100 or 11301536. OLE color: 11301536.

HSL color Cylindrical-coordinate representation of color #A072AC: hue angle of 287.59º 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 #A072AC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160114172-
CMYK0.070.3400.33
HSL287.59º25.89%56.08%-
HSV(B)287.59º33.72%67.45%-
XYZ27.9622.4941.9-
YUV134.37149.24146.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.87%
GREEN value IS 114 (44.92% from 255) = 25.56%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=35.87%
G=25.56%
B=38.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601141720.070.3400.33287.5925.8956.08
HexA072AC7220211201a38
Octal2401622547420414403270
Binary10100000111001010101100111100010010000110010000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072AC; }

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

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

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

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

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

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

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

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