#A274AE

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

Shades of Ce Soir #A274AE

Tints of Ce Soir #A274AE

Color information

#A274AE (or 0xA274AE) is unknown color: approx Ce Soir. HEX triplet: A2, 74 and AE. RGB value is (162,116,174). Sum of RGB (Red+Green+Blue) = 162+116+174=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #A274AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274AE is #5D8B51. Grayscale: #888888. Windows color (decimal): -6130514 or 11433122. OLE color: 11433122.

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

Color convert

RGB162116174-
CMYK0.070.3300.32
HSL287.59º26.36%56.86%-
HSV(B)287.59º33.33%68.24%-
XYZ28.7923.2343.01-
YUV136.37149.24146.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=35.84%
G=25.66%
B=38.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621161740.070.3300.32287.5926.3656.86
HexA274AE7210201201a39
Octal2421642567410404403271
Binary10100010111010010101110111100001010000010010000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274AE; }

 p { color: rgb(162,116,174); }

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

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

 a { background-color: rgb(162,116,174); }

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

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

 span { border-color: rgb(162,116,174); }

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