#A275AF

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

Shades of Ce Soir #A275AF

Tints of Ce Soir #A275AF

Color information

#A275AF (or 0xA275AF) is unknown color: approx Ce Soir. HEX triplet: A2, 75 and AF. RGB value is (162,117,175). Sum of RGB (Red+Green+Blue) = 162+117+175=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #A275AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AF is #5D8A50. Grayscale: #888888. Windows color (decimal): -6130257 or 11498914. OLE color: 11498914.

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

Color convert

RGB162117175-
CMYK0.070.3300.31
HSL286.55º26.61%57.25%-
HSV(B)286.55º33.14%68.63%-
XYZ2923.543.56-
YUV137.07149.41145.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=35.68%
G=25.77%
B=38.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621171750.070.3300.31286.5526.6157.25
HexA275AF72101F11f1b39
Octal2421652577410374373371
Binary1010001011101011010111111110000101111110001111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275AF; }

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

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

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

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

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

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

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

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