#A572B5

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

Shades of Ce Soir #A572B5

Tints of Ce Soir #A572B5

Color information

#A572B5 (or 0xA572B5) is unknown color: approx Ce Soir. HEX triplet: A5, 72 and B5. RGB value is (165,114,181). Sum of RGB (Red+Green+Blue) = 165+114+181=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #A572B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572B5 is #5A8D4A. Grayscale: #888888. Windows color (decimal): -5934411 or 11891365. OLE color: 11891365.

HSL color Cylindrical-coordinate representation of color #A572B5: hue angle of 285.67º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A572B5 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165114181-
CMYK0.090.3700.29
HSL285.67º31.16%57.84%-
HSV(B)285.67º37.02%70.98%-
XYZ29.8723.3746.65-
YUV136.89152.9148.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=35.87%
G=24.78%
B=39.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651141810.090.3700.29285.6731.1657.84
HexA572B592501D11e1f3a
Octal24516226511450354363772
Binary10100101111001010110101100110010101110110001111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572B5; }

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

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

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

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

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

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

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

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