#A075AC

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

Shades of Ce Soir #A075AC

Tints of Ce Soir #A075AC

Color information

#A075AC (or 0xA075AC) is unknown color: approx Ce Soir. HEX triplet: A0, 75 and AC. RGB value is (160,117,172). Sum of RGB (Red+Green+Blue) = 160+117+172=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A075AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075AC is #5F8A53. Grayscale: #878787. Windows color (decimal): -6261332 or 11302304. OLE color: 11302304.

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

Color convert

RGB160117172-
CMYK0.070.3200.33
HSL286.91º24.89%56.67%-
HSV(B)286.91º31.98%67.45%-
XYZ28.323.1742.01-
YUV136.13148.25145.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=35.63%
G=26.06%
B=38.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601171720.070.3200.33286.9124.8956.67
HexA075AC72002111f1939
Octal2401652547400414373171
Binary10100000111010110101100111100000010000110001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075AC; }

 p { color: rgb(160,117,172); }

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

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

 a { background-color: rgb(160,117,172); }

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

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

 span { border-color: rgb(160,117,172); }

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