#A572AF

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

Shades of Ce Soir #A572AF

Tints of Ce Soir #A572AF

Color information

#A572AF (or 0xA572AF) is unknown color: approx Ce Soir. HEX triplet: A5, 72 and AF. RGB value is (165,114,175). Sum of RGB (Red+Green+Blue) = 165+114+175=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #A572AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A572AF is #5A8D50. Grayscale: #888888. Windows color (decimal): -5934417 or 11498149. OLE color: 11498149.

HSL color Cylindrical-coordinate representation of color #A572AF: hue angle of 290.16º 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 #A572AF is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165114175-
CMYK0.060.3500.31
HSL290.16º27.6%56.67%-
HSV(B)290.16º34.86%68.63%-
XYZ29.2723.1343.48-
YUV136.2149.9148.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=36.34%
G=25.11%
B=38.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651141750.060.3500.31290.1627.656.67
HexA572AF62301F1221c39
Octal2451622576430374423471
Binary1010010111100101010111111010001101111110010001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572AF; }

 p { color: rgb(165,114,175); }

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

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

 a { background-color: rgb(165,114,175); }

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

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

 span { border-color: rgb(165,114,175); }

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