#A375AB

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

Shades of Ce Soir #A375AB

Tints of Ce Soir #A375AB

Color information

#A375AB (or 0xA375AB) is unknown color: approx Ce Soir. HEX triplet: A3, 75 and AB. RGB value is (163,117,171). Sum of RGB (Red+Green+Blue) = 163+117+171=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #A375AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A375AB is #5C8A54. Grayscale: #888888. Windows color (decimal): -6064725 or 11236771. OLE color: 11236771.

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

Color convert

RGB163117171-
CMYK0.050.3200.33
HSL291.11º24.32%56.47%-
HSV(B)291.11º31.58%67.06%-
XYZ28.8223.4541.54-
YUV136.91147.24146.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=36.14%
G=25.94%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631171710.050.3200.33291.1124.3256.47
HexA375AB5200211231838
Octal2431652535400414433070
Binary10100011111010110101011101100000010000110010001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375AB; }

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

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

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

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

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

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

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

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