#A07BAC

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

Shades of Ce Soir #A07BAC

Tints of Ce Soir #A07BAC

Color information

#A07BAC (or 0xA07BAC) is unknown color: approx Ce Soir. HEX triplet: A0, 7B and AC. RGB value is (160,123,172). Sum of RGB (Red+Green+Blue) = 160+123+172=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAC is #5F8453. Grayscale: #8B8B8B. Windows color (decimal): -6259796 or 11303840. OLE color: 11303840.

HSL color Cylindrical-coordinate representation of color #A07BAC: hue angle of 285.31º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07BAC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160123172-
CMYK0.070.2800.33
HSL285.31º22.79%57.84%-
HSV(B)285.31º28.49%67.45%-
XYZ29.0324.6242.25-
YUV139.65146.26142.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=35.16%
G=27.03%
B=37.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601231720.070.2800.33285.3122.7957.84
HexA07BAC71C02111d173a
Octal2401732547340414352772
Binary1010000011110111010110011111100010000110001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BAC; }

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

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

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

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

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

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

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

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