#A275AC

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

Shades of Ce Soir #A275AC

Tints of Ce Soir #A275AC

Color information

#A275AC (or 0xA275AC) is unknown color: approx Ce Soir. HEX triplet: A2, 75 and AC. RGB value is (162,117,172). Sum of RGB (Red+Green+Blue) = 162+117+172=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #A275AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AC is #5D8A53. Grayscale: #888888. Windows color (decimal): -6130260 or 11302306. OLE color: 11302306.

HSL color Cylindrical-coordinate representation of color #A275AC: hue angle of 289.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A275AC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162117172-
CMYK0.060.3200.33
HSL289.09º24.89%56.67%-
HSV(B)289.09º31.98%67.45%-
XYZ28.7123.3842.03-
YUV136.72147.91146.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=35.92%
G=25.94%
B=38.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621171720.060.3200.33289.0924.8956.67
HexA275AC6200211211939
Octal2421652546400414413171
Binary10100010111010110101100110100000010000110010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275AC; }

 p { color: rgb(162,117,172); }

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

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

 a { background-color: rgb(162,117,172); }

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

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

 span { border-color: rgb(162,117,172); }

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