#A07DAD

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

Shades of Ce Soir #A07DAD

Tints of Ce Soir #A07DAD

Color information

#A07DAD (or 0xA07DAD) is unknown color: approx Ce Soir. HEX triplet: A0, 7D and AD. RGB value is (160,125,173). Sum of RGB (Red+Green+Blue) = 160+125+173=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DAD is #5F8252. Grayscale: #8C8C8C. Windows color (decimal): -6259283 or 11369888. OLE color: 11369888.

HSL color Cylindrical-coordinate representation of color #A07DAD: hue angle of 283.75º 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 #A07DAD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160125173-
CMYK0.080.2800.32
HSL283.75º22.64%58.43%-
HSV(B)283.75º27.75%67.84%-
XYZ29.3725.1642.84-
YUV140.94146.1141.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=34.93%
G=27.29%
B=37.77%

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
Decimal1601251730.080.2800.32283.7522.6458.43
HexA07DAD81C02011c173a
Octal24017525510340404342772
Binary10100000111110110101101100011100010000010001110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DAD; }

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

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

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

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

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

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

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

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