#A378AA

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

Shades of Ce Soir #A378AA

Tints of Ce Soir #A378AA

Color information

#A378AA (or 0xA378AA) is unknown color: approx Ce Soir. HEX triplet: A3, 78 and AA. RGB value is (163,120,170). Sum of RGB (Red+Green+Blue) = 163+120+170=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A378AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A378AA is #5C8755. Grayscale: #8A8A8A. Windows color (decimal): -6063958 or 11172003. OLE color: 11172003.

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

Color convert

RGB163120170-
CMYK0.040.2900.33
HSL291.6º22.73%56.86%-
HSV(B)291.6º29.41%66.67%-
XYZ29.0824.1241.15-
YUV138.56145.75145.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=35.98%
G=26.49%
B=37.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631201700.040.2900.33291.622.7356.86
HexA378AA41D0211241739
Octal2431702524350414442771
Binary1010001111110001010101010011101010000110010010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A378AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A378AA; }

 p { color: rgb(163,120,170); }

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

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

 a { background-color: rgb(163,120,170); }

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

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

 span { border-color: rgb(163,120,170); }

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