#A577B0

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

Shades of Ce Soir #A577B0

Tints of Ce Soir #A577B0

Color information

#A577B0 (or 0xA577B0) is unknown color: approx Ce Soir. HEX triplet: A5, 77 and B0. RGB value is (165,119,176). Sum of RGB (Red+Green+Blue) = 165+119+176=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 176 - color contains mainly: blue. Hex color #A577B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A577B0 is #5A884F. Grayscale: #8B8B8B. Windows color (decimal): -5933136 or 11564965. OLE color: 11564965.

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

Color convert

RGB165119176-
CMYK0.060.3200.31
HSL288.42º26.51%57.84%-
HSV(B)288.42º32.39%69.02%-
XYZ29.9524.3344.19-
YUV139.25148.74146.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=35.87%
G=25.87%
B=38.26%

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
Decimal1651191760.060.3200.31288.4226.5157.84
HexA577B062001F1201b3a
Octal2451672606400374403372
Binary1010010111101111011000011010000001111110010000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577B0; }

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

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

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

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

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

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

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

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