#A06AAF

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

Shades of Ce Soir #A06AAF

Tints of Ce Soir #A06AAF

Color information

#A06AAF (or 0xA06AAF) is unknown color: approx Ce Soir. HEX triplet: A0, 6A and AF. RGB value is (160,106,175). Sum of RGB (Red+Green+Blue) = 160+106+175=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #A06AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AAF is #5F9550. Grayscale: #818181. Windows color (decimal): -6264145 or 11496096. OLE color: 11496096.

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

Color convert

RGB160106175-
CMYK0.090.3900.31
HSL286.96º30.13%55.1%-
HSV(B)286.96º39.43%68.63%-
XYZ27.3920.8843.14-
YUV130.01153.39149.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=36.28%
G=24.04%
B=39.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601061750.090.3900.31286.9630.1355.1
HexA06AAF92701F11f1e37
Octal24015225711470374373667
Binary10100000110101010101111100110011101111110001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06AAF; }

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

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

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

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

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

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

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

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