#A074AB

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

Shades of Ce Soir #A074AB

Tints of Ce Soir #A074AB

Color information

#A074AB (or 0xA074AB) is unknown color: approx Ce Soir. HEX triplet: A0, 74 and AB. RGB value is (160,116,171). Sum of RGB (Red+Green+Blue) = 160+116+171=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A074AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A074AB is #5F8B54. Grayscale: #878787. Windows color (decimal): -6261589 or 11236512. OLE color: 11236512.

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

Color convert

RGB160116171-
CMYK0.060.3200.33
HSL288º24.66%56.27%-
HSV(B)288º32.16%67.06%-
XYZ28.0922.941.47-
YUV135.43148.08145.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=35.79%
G=25.95%
B=38.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601161710.060.3200.3328824.6656.27
HexA074AB6200211201938
Octal2401642536400414403170
Binary10100000111010010101011110100000010000110010000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074AB; }

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

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

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

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

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

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

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

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