#A275AD

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

Shades of Ce Soir #A275AD

Tints of Ce Soir #A275AD

Color information

#A275AD (or 0xA275AD) is unknown color: approx Ce Soir. HEX triplet: A2, 75 and AD. RGB value is (162,117,173). Sum of RGB (Red+Green+Blue) = 162+117+173=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A275AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AD is #5D8A52. Grayscale: #888888. Windows color (decimal): -6130259 or 11367842. OLE color: 11367842.

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

Color convert

RGB162117173-
CMYK0.060.3200.32
HSL288.21º25.45%56.86%-
HSV(B)288.21º32.37%67.84%-
XYZ28.823.4242.54-
YUV136.84148.41145.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=35.84%
G=25.88%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621171730.060.3200.32288.2125.4556.86
HexA275AD6200201201939
Octal2421652556400404403171
Binary10100010111010110101101110100000010000010010000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275AD; }

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

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

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

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

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

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

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

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