#A06AAD

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

Shades of Ce Soir #A06AAD

Tints of Ce Soir #A06AAD

Color information

#A06AAD (or 0xA06AAD) is unknown color: approx Ce Soir. HEX triplet: A0, 6A and AD. RGB value is (160,106,173). Sum of RGB (Red+Green+Blue) = 160+106+173=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06AAD is #5F9552. Grayscale: #818181. Windows color (decimal): -6264147 or 11365024. OLE color: 11365024.

HSL color Cylindrical-coordinate representation of color #A06AAD: hue angle of 288.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06AAD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160106173-
CMYK0.080.3900.32
HSL288.36º29%54.71%-
HSV(B)288.36º38.73%67.84%-
XYZ27.1920.842.12-
YUV129.78152.39149.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=36.45%
G=24.15%
B=39.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601061730.080.3900.32288.362954.71
HexA06AAD8270201201d37
Octal24015225510470404403567
Binary101000001101010101011011000100111010000010010000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06AAD; }

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

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

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

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

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

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

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

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