#A07AAF

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

Shades of Ce Soir #A07AAF

Tints of Ce Soir #A07AAF

Color information

#A07AAF (or 0xA07AAF) is unknown color: approx Ce Soir. HEX triplet: A0, 7A and AF. RGB value is (160,122,175). Sum of RGB (Red+Green+Blue) = 160+122+175=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A07AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAF is #5F8550. Grayscale: #8B8B8B. Windows color (decimal): -6260049 or 11500192. OLE color: 11500192.

HSL color Cylindrical-coordinate representation of color #A07AAF: hue angle of 283.02º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07AAF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160122175-
CMYK0.090.3000.31
HSL283.02º24.88%58.24%-
HSV(B)283.02º30.29%68.63%-
XYZ29.1924.4943.75-
YUV139.4148.09142.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=35.01%
G=26.70%
B=38.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601221750.090.3000.31283.0224.8858.24
HexA07AAF91E01F11b193a
Octal24017225711360374333172
Binary1010000011110101010111110011111001111110001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AAF; }

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

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

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

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

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

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

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

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