#A07AAD

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

Shades of Ce Soir #A07AAD

Tints of Ce Soir #A07AAD

Color information

#A07AAD (or 0xA07AAD) is unknown color: approx Ce Soir. HEX triplet: A0, 7A and AD. RGB value is (160,122,173). Sum of RGB (Red+Green+Blue) = 160+122+173=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAD is #5F8552. Grayscale: #8B8B8B. Windows color (decimal): -6260051 or 11369120. OLE color: 11369120.

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

Color convert

RGB160122173-
CMYK0.080.2900.32
HSL284.71º23.72%57.84%-
HSV(B)284.71º29.48%67.84%-
XYZ2924.4142.72-
YUV139.18147.09142.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=35.16%
G=26.81%
B=38.02%

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
Decimal1601221730.080.2900.32284.7123.7257.84
HexA07AAD81D02011d183a
Octal24017225510350404353072
Binary10100000111101010101101100011101010000010001110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AAD; }

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

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

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

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

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

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

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

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