#A069B3

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

Shades of Ce Soir #A069B3

Tints of Ce Soir #A069B3

Color information

#A069B3 (or 0xA069B3) is unknown color: approx Ce Soir. HEX triplet: A0, 69 and B3. RGB value is (160,105,179). Sum of RGB (Red+Green+Blue) = 160+105+179=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #A069B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069B3 is #5F964C. Grayscale: #818181. Windows color (decimal): -6264397 or 11757984. OLE color: 11757984.

HSL color Cylindrical-coordinate representation of color #A069B3: hue angle of 284.59º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A069B3 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160105179-
CMYK0.110.4100.30
HSL284.59º32.74%55.69%-
HSV(B)284.59º41.34%70.2%-
XYZ27.6920.8345.21-
YUV129.88155.72149.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=36.04%
G=23.65%
B=40.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601051790.110.4100.30284.5932.7455.69
HexA069B3B2901E11d2138
Octal24015126313510364354170
Binary101000001101001101100111011101001011110100011101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069B3; }

 p { color: rgb(160,105,179); }

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

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

 a { background-color: rgb(160,105,179); }

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

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

 span { border-color: rgb(160,105,179); }

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