#A075AB

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

Shades of Ce Soir #A075AB

Tints of Ce Soir #A075AB

Color information

#A075AB (or 0xA075AB) is unknown color: approx Ce Soir. HEX triplet: A0, 75 and AB. RGB value is (160,117,171). Sum of RGB (Red+Green+Blue) = 160+117+171=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #A075AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075AB is #5F8A54. Grayscale: #878787. Windows color (decimal): -6261333 or 11236768. OLE color: 11236768.

HSL color Cylindrical-coordinate representation of color #A075AB: hue angle of 287.78º degrees, saturation: 0.24, 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 #A075AB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160117171-
CMYK0.060.3200.33
HSL287.78º24.32%56.47%-
HSV(B)287.78º31.58%67.06%-
XYZ28.2123.1441.51-
YUV136.01147.75145.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=35.71%
G=26.12%
B=38.17%

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
Decimal1601171710.060.3200.33287.7824.3256.47
HexA075AB6200211201838
Octal2401652536400414403070
Binary10100000111010110101011110100000010000110010000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075AB; }

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

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

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

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

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

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

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

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