#A472B1

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

Shades of Ce Soir #A472B1

Tints of Ce Soir #A472B1

Color information

#A472B1 (or 0xA472B1) is unknown color: approx Ce Soir. HEX triplet: A4, 72 and B1. RGB value is (164,114,177). Sum of RGB (Red+Green+Blue) = 164+114+177=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #A472B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472B1 is #5B8D4E. Grayscale: #878787. Windows color (decimal): -5999951 or 11629220. OLE color: 11629220.

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

Color convert

RGB164114177-
CMYK0.070.3600.31
HSL287.62º28.77%57.06%-
HSV(B)287.62º35.59%69.41%-
XYZ29.2623.144.51-
YUV136.13151.06147.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=36.04%
G=25.05%
B=38.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641141770.070.3600.31287.6228.7757.06
HexA472B172401F1201d39
Octal2441622617440374403571
Binary1010010011100101011000111110010001111110010000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472B1; }

 p { color: rgb(164,114,177); }

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

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

 a { background-color: rgb(164,114,177); }

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

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

 span { border-color: rgb(164,114,177); }

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