#A273B4

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

Shades of Ce Soir #A273B4

Tints of Ce Soir #A273B4

Color information

#A273B4 (or 0xA273B4) is unknown color: approx Ce Soir. HEX triplet: A2, 73 and B4. RGB value is (162,115,180). Sum of RGB (Red+Green+Blue) = 162+115+180=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #A273B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273B4 is #5D8C4B. Grayscale: #888888. Windows color (decimal): -6130764 or 11826082. OLE color: 11826082.

HSL color Cylindrical-coordinate representation of color #A273B4: hue angle of 283.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A273B4 is Cyan = 0.1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162115180-
CMYK0.10.3600.29
HSL283.38º30.23%57.84%-
HSV(B)283.38º36.11%70.59%-
XYZ29.2723.2446.12-
YUV136.46152.57146.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=35.45%
G=25.16%
B=39.39%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621151800.10.3600.29283.3830.2357.84
HexA273B4A2401D11b1e3a
Octal24216326412440354333672
Binary10100010111001110110100101010010001110110001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273B4; }

 p { color: rgb(162,115,180); }

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

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

 a { background-color: rgb(162,115,180); }

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

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

 span { border-color: rgb(162,115,180); }

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