#A069B0

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

Shades of Ce Soir #A069B0

Tints of Ce Soir #A069B0

Color information

#A069B0 (or 0xA069B0) is unknown color: approx Ce Soir. HEX triplet: A0, 69 and B0. RGB value is (160,105,176). Sum of RGB (Red+Green+Blue) = 160+105+176=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #A069B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069B0 is #5F964F. Grayscale: #818181. Windows color (decimal): -6264400 or 11561376. OLE color: 11561376.

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

Color convert

RGB160105176-
CMYK0.090.4000.31
HSL286.48º31%55.1%-
HSV(B)286.48º40.34%69.02%-
XYZ27.3920.7143.63-
YUV129.54154.22149.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 176 (69.14% from 255) = 39.91%
R=36.28%
G=23.81%
B=39.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601051760.090.4000.31286.483155.1
HexA069B092801F11e1f37
Octal24015126011500374363767
Binary10100000110100110110000100110100001111110001111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069B0; }

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

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

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

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

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

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

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

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