#A074AF

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

Shades of Ce Soir #A074AF

Tints of Ce Soir #A074AF

Color information

#A074AF (or 0xA074AF) is unknown color: approx Ce Soir. HEX triplet: A0, 74 and AF. RGB value is (160,116,175). Sum of RGB (Red+Green+Blue) = 160+116+175=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A074AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A074AF is #5F8B50. Grayscale: #878787. Windows color (decimal): -6261585 or 11498656. OLE color: 11498656.

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

Color convert

RGB160116175-
CMYK0.090.3400.31
HSL284.75º26.94%57.06%-
HSV(B)284.75º33.71%68.63%-
XYZ28.4823.0643.51-
YUV135.88150.08145.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=35.48%
G=25.72%
B=38.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601161750.090.3400.31284.7526.9457.06
HexA074AF92201F11d1b39
Octal24016425711420374353371
Binary10100000111010010101111100110001001111110001110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074AF; }

 p { color: rgb(160,116,175); }

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

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

 a { background-color: rgb(160,116,175); }

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

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

 span { border-color: rgb(160,116,175); }

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