#A571AF

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

Shades of Ce Soir #A571AF

Tints of Ce Soir #A571AF

Color information

#A571AF (or 0xA571AF) is unknown color: approx Ce Soir. HEX triplet: A5, 71 and AF. RGB value is (165,113,175). Sum of RGB (Red+Green+Blue) = 165+113+175=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #A571AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A571AF is #5A8E50. Grayscale: #878787. Windows color (decimal): -5934673 or 11497893. OLE color: 11497893.

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

Color convert

RGB165113175-
CMYK0.060.3500.31
HSL290.32º27.93%56.47%-
HSV(B)290.32º35.43%68.63%-
XYZ29.1622.943.44-
YUV135.62150.23148.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=36.42%
G=24.94%
B=38.63%

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
Decimal1651131750.060.3500.31290.3227.9356.47
HexA571AF62301F1221c38
Octal2451612576430374423470
Binary1010010111100011010111111010001101111110010001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A571AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A571AF; }

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

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

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

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

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

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

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

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