#A07BAB

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

Shades of Ce Soir #A07BAB

Tints of Ce Soir #A07BAB

Color information

#A07BAB (or 0xA07BAB) is unknown color: approx Ce Soir. HEX triplet: A0, 7B and AB. RGB value is (160,123,171). Sum of RGB (Red+Green+Blue) = 160+123+171=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07BAB is #5F8454. Grayscale: #8B8B8B. Windows color (decimal): -6259797 or 11238304. OLE color: 11238304.

HSL color Cylindrical-coordinate representation of color #A07BAB: hue angle of 286.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07BAB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160123171-
CMYK0.060.2800.33
HSL286.25º22.22%57.65%-
HSV(B)286.25º28.07%67.06%-
XYZ28.9324.5841.75-
YUV139.54145.76142.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=35.24%
G=27.09%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601231710.060.2800.33286.2522.2257.65
HexA07BAB61C02111e163a
Octal2401732536340414362672
Binary1010000011110111010101111011100010000110001111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BAB; }

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

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

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

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

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

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

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

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