#A370AE

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

Shades of Ce Soir #A370AE

Tints of Ce Soir #A370AE

Color information

#A370AE (or 0xA370AE) is unknown color: approx Ce Soir. HEX triplet: A3, 70 and AE. RGB value is (163,112,174). Sum of RGB (Red+Green+Blue) = 163+112+174=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A370AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A370AE is #5C8F51. Grayscale: #868686. Windows color (decimal): -6066002 or 11432099. OLE color: 11432099.

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

Color convert

RGB163112174-
CMYK0.060.3600.32
HSL289.35º27.68%56.08%-
HSV(B)289.35º35.63%68.24%-
XYZ28.5422.4342.87-
YUV134.32150.4148.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=36.30%
G=24.94%
B=38.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631121740.060.3600.32289.3527.6856.08
HexA370AE6240201211c38
Octal2431602566440404413470
Binary10100011111000010101110110100100010000010010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370AE; }

 p { color: rgb(163,112,174); }

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

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

 a { background-color: rgb(163,112,174); }

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

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

 span { border-color: rgb(163,112,174); }

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