#A06DAF

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

Shades of Ce Soir #A06DAF

Tints of Ce Soir #A06DAF

Color information

#A06DAF (or 0xA06DAF) is unknown color: approx Ce Soir. HEX triplet: A0, 6D and AF. RGB value is (160,109,175). Sum of RGB (Red+Green+Blue) = 160+109+175=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #A06DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAF is #5F9250. Grayscale: #838383. Windows color (decimal): -6263377 or 11496864. OLE color: 11496864.

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

Color convert

RGB160109175-
CMYK0.090.3800.31
HSL286.36º29.2%55.69%-
HSV(B)286.36º37.71%68.63%-
XYZ27.721.5143.25-
YUV131.77152.4148.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=36.04%
G=24.55%
B=39.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601091750.090.3800.31286.3629.255.69
HexA06DAF92601F11e1d38
Octal24015525711460374363570
Binary10100000110110110101111100110011001111110001111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DAF; }

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

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

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

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

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

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

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

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