#A478AF

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

Shades of Ce Soir #A478AF

Tints of Ce Soir #A478AF

Color information

#A478AF (or 0xA478AF) is unknown color: approx Ce Soir. HEX triplet: A4, 78 and AF. RGB value is (164,120,175). Sum of RGB (Red+Green+Blue) = 164+120+175=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A478AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A478AF is #5B8750. Grayscale: #8B8B8B. Windows color (decimal): -5998417 or 11499684. OLE color: 11499684.

HSL color Cylindrical-coordinate representation of color #A478AF: hue angle of 288º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A478AF is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164120175-
CMYK0.060.3100.31
HSL288º25.58%57.84%-
HSV(B)288º31.43%68.63%-
XYZ29.7624.4243.7-
YUV139.43148.08145.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=35.73%
G=26.14%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641201750.060.3100.3128825.5857.84
HexA478AF61F01F1201a3a
Octal2441702576370374403272
Binary101001001111000101011111101111101111110010000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A478AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A478AF; }

 p { color: rgb(164,120,175); }

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

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

 a { background-color: rgb(164,120,175); }

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

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

 span { border-color: rgb(164,120,175); }

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