#A275AA

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

Shades of Ce Soir #A275AA

Tints of Ce Soir #A275AA

Color information

#A275AA (or 0xA275AA) is unknown color: approx Ce Soir. HEX triplet: A2, 75 and AA. RGB value is (162,117,170). Sum of RGB (Red+Green+Blue) = 162+117+170=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A275AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AA is #5D8A55. Grayscale: #888888. Windows color (decimal): -6130262 or 11171234. OLE color: 11171234.

HSL color Cylindrical-coordinate representation of color #A275AA: hue angle of 290.94º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A275AA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162117170-
CMYK0.050.3100.33
HSL290.94º23.77%56.27%-
HSV(B)290.94º31.18%66.67%-
XYZ28.5223.3141.03-
YUV136.5146.91146.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=36.08%
G=26.06%
B=37.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621171700.050.3100.33290.9423.7756.27
HexA275AA51F0211231838
Octal2421652525370414433070
Binary1010001011101011010101010111111010000110010001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275AA; }

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

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

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

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

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

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

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

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