#A06FAA

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

Shades of Ce Soir #A06FAA

Tints of Ce Soir #A06FAA

Color information

#A06FAA (or 0xA06FAA) is unknown color: approx Ce Soir. HEX triplet: A0, 6F and AA. RGB value is (160,111,170). Sum of RGB (Red+Green+Blue) = 160+111+170=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #A06FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAA is #5F9055. Grayscale: #848484. Windows color (decimal): -6262870 or 11169696. OLE color: 11169696.

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

Color convert

RGB160111170-
CMYK0.060.3500.33
HSL289.83º25.76%55.1%-
HSV(B)289.83º34.71%66.67%-
XYZ27.4421.7440.78-
YUV132.38149.23147.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=36.28%
G=25.17%
B=38.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601111700.060.3500.33289.8325.7655.1
HexA06FAA6230211221a37
Octal2401572526430414423267
Binary10100000110111110101010110100011010000110010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FAA; }

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

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

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

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

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

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

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

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