#A07CAD

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

Shades of Ce Soir #A07CAD

Tints of Ce Soir #A07CAD

Color information

#A07CAD (or 0xA07CAD) is unknown color: approx Ce Soir. HEX triplet: A0, 7C and AD. RGB value is (160,124,173). Sum of RGB (Red+Green+Blue) = 160+124+173=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CAD is #5F8352. Grayscale: #8C8C8C. Windows color (decimal): -6259539 or 11369632. OLE color: 11369632.

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

Color convert

RGB160124173-
CMYK0.080.2800.32
HSL284.08º23%58.24%-
HSV(B)284.08º28.32%67.84%-
XYZ29.2524.9142.8-
YUV140.35146.43142.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=35.01%
G=27.13%
B=37.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601241730.080.2800.32284.082358.24
HexA07CAD81C02011c173a
Octal24017425510340404342772
Binary10100000111110010101101100011100010000010001110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CAD; }

 p { color: rgb(160,124,173); }

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

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

 a { background-color: rgb(160,124,173); }

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

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

 span { border-color: rgb(160,124,173); }

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