#A07CAF

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

Shades of Ce Soir #A07CAF

Tints of Ce Soir #A07CAF

Color information

#A07CAF (or 0xA07CAF) is unknown color: approx Ce Soir. HEX triplet: A0, 7C and AF. RGB value is (160,124,175). Sum of RGB (Red+Green+Blue) = 160+124+175=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A07CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CAF is #5F8350. Grayscale: #8C8C8C. Windows color (decimal): -6259537 or 11500704. OLE color: 11500704.

HSL color Cylindrical-coordinate representation of color #A07CAF: hue angle of 282.35º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07CAF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160124175-
CMYK0.090.2900.31
HSL282.35º24.17%58.63%-
HSV(B)282.35º29.14%68.63%-
XYZ29.4424.9843.83-
YUV140.58147.43141.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=34.86%
G=27.02%
B=38.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601241750.090.2900.31282.3524.1758.63
HexA07CAF91D01F11a183b
Octal24017425711350374323073
Binary1010000011111001010111110011110101111110001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CAF; }

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

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

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

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

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

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

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

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