#A07BAF

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

Shades of Ce Soir #A07BAF

Tints of Ce Soir #A07BAF

Color information

#A07BAF (or 0xA07BAF) is unknown color: approx Ce Soir. HEX triplet: A0, 7B and AF. RGB value is (160,123,175). Sum of RGB (Red+Green+Blue) = 160+123+175=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #A07BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAF is #5F8450. Grayscale: #8B8B8B. Windows color (decimal): -6259793 or 11500448. OLE color: 11500448.

HSL color Cylindrical-coordinate representation of color #A07BAF: hue angle of 282.69º 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 #A07BAF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160123175-
CMYK0.090.3000.31
HSL282.69º24.53%58.43%-
HSV(B)282.69º29.71%68.63%-
XYZ29.3224.7343.79-
YUV139.99147.76142.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=34.93%
G=26.86%
B=38.21%

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
Decimal1601231750.090.3000.31282.6924.5358.43
HexA07BAF91E01F11b193a
Octal24017325711360374333172
Binary1010000011110111010111110011111001111110001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BAF; }

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

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

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

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

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

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

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

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