#A07BAE

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

Shades of Ce Soir #A07BAE

Tints of Ce Soir #A07BAE

Color information

#A07BAE (or 0xA07BAE) is unknown color: approx Ce Soir. HEX triplet: A0, 7B and AE. RGB value is (160,123,174). Sum of RGB (Red+Green+Blue) = 160+123+174=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #A07BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAE is #5F8451. Grayscale: #8B8B8B. Windows color (decimal): -6259794 or 11434912. OLE color: 11434912.

HSL color Cylindrical-coordinate representation of color #A07BAE: hue angle of 283.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07BAE is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160123174-
CMYK0.080.2900.32
HSL283.53º23.94%58.24%-
HSV(B)283.53º29.31%68.24%-
XYZ29.2224.743.27-
YUV139.88147.26142.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=35.01%
G=26.91%
B=38.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601231740.080.2900.32283.5323.9458.24
HexA07BAE81D02011c183a
Octal24017325610350404343072
Binary10100000111101110101110100011101010000010001110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BAE; }

 p { color: rgb(160,123,174); }

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

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

 a { background-color: rgb(160,123,174); }

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

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

 span { border-color: rgb(160,123,174); }

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