#A269B2

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

Shades of Ce Soir #A269B2

Tints of Ce Soir #A269B2

Color information

#A269B2 (or 0xA269B2) is unknown color: approx Ce Soir. HEX triplet: A2, 69 and B2. RGB value is (162,105,178). Sum of RGB (Red+Green+Blue) = 162+105+178=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #A269B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A269B2 is #5D964D. Grayscale: #828282. Windows color (decimal): -6133326 or 11692450. OLE color: 11692450.

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

Color convert

RGB162105178-
CMYK0.090.4100.30
HSL286.85º32.16%55.49%-
HSV(B)286.85º41.01%69.8%-
XYZ27.992144.7-
YUV130.36154.88150.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 178 (69.92% from 255) = 40%
R=36.40%
G=23.60%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621051780.090.4100.30286.8532.1655.49
HexA269B292901E11f2037
Octal24215126211510364374067
Binary101000101101001101100101001101001011110100011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269B2; }

 p { color: rgb(162,105,178); }

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

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

 a { background-color: rgb(162,105,178); }

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

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

 span { border-color: rgb(162,105,178); }

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