#A06FB4

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

Shades of Ce Soir #A06FB4

Tints of Ce Soir #A06FB4

Color information

#A06FB4 (or 0xA06FB4) is unknown color: approx Ce Soir. HEX triplet: A0, 6F and B4. RGB value is (160,111,180). Sum of RGB (Red+Green+Blue) = 160+111+180=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #A06FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FB4 is #5F904B. Grayscale: #858585. Windows color (decimal): -6262860 or 11825056. OLE color: 11825056.

HSL color Cylindrical-coordinate representation of color #A06FB4: hue angle of 282.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06FB4 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160111180-
CMYK0.110.3800.29
HSL282.61º31.51%57.06%-
HSV(B)282.61º38.33%70.59%-
XYZ28.4222.1445.96-
YUV133.52154.23146.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=35.48%
G=24.61%
B=39.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601111800.110.3800.29282.6131.5157.06
HexA06FB4B2601D11b2039
Octal24015726413460354334071
Binary101000001101111101101001011100110011101100011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FB4; }

 p { color: rgb(160,111,180); }

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

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

 a { background-color: rgb(160,111,180); }

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

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

 span { border-color: rgb(160,111,180); }

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