#A07CB0

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

Shades of Ce Soir #A07CB0

Tints of Ce Soir #A07CB0

Color information

#A07CB0 (or 0xA07CB0) is unknown color: approx Ce Soir. HEX triplet: A0, 7C and B0. RGB value is (160,124,176). Sum of RGB (Red+Green+Blue) = 160+124+176=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 176 - color contains mainly: blue. Hex color #A07CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CB0 is #5F834F. Grayscale: #8C8C8C. Windows color (decimal): -6259536 or 11566240. OLE color: 11566240.

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

Color convert

RGB160124176-
CMYK0.090.3000.31
HSL281.54º24.76%58.82%-
HSV(B)281.54º29.55%69.02%-
XYZ29.5425.0244.35-
YUV140.69147.93141.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=34.78%
G=26.96%
B=38.26%

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
Decimal1601241760.090.3000.31281.5424.7658.82
HexA07CB091E01F11a193b
Octal24017426011360374323173
Binary1010000011111001011000010011111001111110001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CB0; }

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

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

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

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

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

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

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

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