#A270AD

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

Shades of Ce Soir #A270AD

Tints of Ce Soir #A270AD

Color information

#A270AD (or 0xA270AD) is unknown color: approx Ce Soir. HEX triplet: A2, 70 and AD. RGB value is (162,112,173). Sum of RGB (Red+Green+Blue) = 162+112+173=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A270AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A270AD is #5D8F52. Grayscale: #858585. Windows color (decimal): -6131539 or 11366562. OLE color: 11366562.

HSL color Cylindrical-coordinate representation of color #A270AD: hue angle of 289.18º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A270AD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162112173-
CMYK0.060.3500.32
HSL289.18º27.11%55.88%-
HSV(B)289.18º35.26%67.84%-
XYZ28.2422.2942.35-
YUV133.9150.06148.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=36.24%
G=25.06%
B=38.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621121730.060.3500.32289.1827.1155.88
HexA270AD6230201211b38
Octal2421602556430404413370
Binary10100010111000010101101110100011010000010010000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A270AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A270AD; }

 p { color: rgb(162,112,173); }

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

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

 a { background-color: rgb(162,112,173); }

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

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

 span { border-color: rgb(162,112,173); }

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