#A07DAC

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

Shades of Ce Soir #A07DAC

Tints of Ce Soir #A07DAC

Color information

#A07DAC (or 0xA07DAC) is unknown color: approx Ce Soir. HEX triplet: A0, 7D and AC. RGB value is (160,125,172). Sum of RGB (Red+Green+Blue) = 160+125+172=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DAC is #5F8253. Grayscale: #8C8C8C. Windows color (decimal): -6259284 or 11304352. OLE color: 11304352.

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

Color convert

RGB160125172-
CMYK0.070.2700.33
HSL284.68º22.07%58.24%-
HSV(B)284.68º27.33%67.45%-
XYZ29.2825.1242.34-
YUV140.82145.6141.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=35.01%
G=27.35%
B=37.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601251720.070.2700.33284.6822.0758.24
HexA07DAC71B02111d163a
Octal2401752547330414352672
Binary1010000011111011010110011111011010000110001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DAC; }

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

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

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

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

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

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

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

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