#A072AA

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

Shades of Ce Soir #A072AA

Tints of Ce Soir #A072AA

Color information

#A072AA (or 0xA072AA) is unknown color: approx Ce Soir. HEX triplet: A0, 72 and AA. RGB value is (160,114,170). Sum of RGB (Red+Green+Blue) = 160+114+170=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A072AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AA is #5F8D55. Grayscale: #858585. Windows color (decimal): -6262102 or 11170464. OLE color: 11170464.

HSL color Cylindrical-coordinate representation of color #A072AA: hue angle of 289.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A072AA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160114170-
CMYK0.060.3300.33
HSL289.29º24.78%55.69%-
HSV(B)289.29º32.94%66.67%-
XYZ27.7722.4140.89-
YUV134.14148.24146.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=36.04%
G=25.68%
B=38.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601141700.060.3300.33289.2924.7855.69
HexA072AA6210211211938
Octal2401622526410414413170
Binary10100000111001010101010110100001010000110010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072AA; }

 p { color: rgb(160,114,170); }

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

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

 a { background-color: rgb(160,114,170); }

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

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

 span { border-color: rgb(160,114,170); }

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