#A577AF

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

Shades of Ce Soir #A577AF

Tints of Ce Soir #A577AF

Color information

#A577AF (or 0xA577AF) is unknown color: approx Ce Soir. HEX triplet: A5, 77 and AF. RGB value is (165,119,175). Sum of RGB (Red+Green+Blue) = 165+119+175=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A577AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577AF is #5A8850. Grayscale: #8A8A8A. Windows color (decimal): -5933137 or 11499429. OLE color: 11499429.

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

Color convert

RGB165119175-
CMYK0.060.3200.31
HSL289.29º25.93%57.65%-
HSV(B)289.29º32%68.63%-
XYZ29.8524.2943.67-
YUV139.14148.24146.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=35.95%
G=25.93%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651191750.060.3200.31289.2925.9357.65
HexA577AF62001F1211a3a
Octal2451672576400374413272
Binary1010010111101111010111111010000001111110010000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577AF; }

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

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

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

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

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

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

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

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