#A573AF

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

Shades of Ce Soir #A573AF

Tints of Ce Soir #A573AF

Color information

#A573AF (or 0xA573AF) is unknown color: approx Ce Soir. HEX triplet: A5, 73 and AF. RGB value is (165,115,175). Sum of RGB (Red+Green+Blue) = 165+115+175=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #A573AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A573AF is #5A8C50. Grayscale: #888888. Windows color (decimal): -5934161 or 11498405. OLE color: 11498405.

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

Color convert

RGB165115175-
CMYK0.060.3400.31
HSL290º27.27%56.86%-
HSV(B)290º34.29%68.63%-
XYZ29.3923.3643.52-
YUV136.79149.56148.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=36.26%
G=25.27%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651151750.060.3400.3129027.2756.86
HexA573AF62201F1221b39
Octal2451632576420374423371
Binary1010010111100111010111111010001001111110010001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573AF; }

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

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

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

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

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

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

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

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