#804A93

Color #804A93 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #804A93

Tints of Affair #804A93

Color information

#804A93 (or 0x804A93) is unknown color: approx Affair. HEX triplet: 80, 4A and 93. RGB value is (128,74,147). Sum of RGB (Red+Green+Blue) = 128+74+147=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #804A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A93 is #7FB56C. Grayscale: #626262. Windows color (decimal): -8369517 or 9652864. OLE color: 9652864.

HSL color Cylindrical-coordinate representation of color #804A93: hue angle of 284.38º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804A93 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12874147-
CMYK0.130.5000.42
HSL284.38º33.03%43.33%-
HSV(B)284.38º49.66%57.65%-
XYZ16.6211.5928.97-
YUV98.47155.39149.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=36.68%
G=21.20%
B=42.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128741470.130.5000.42284.3833.0343.33
Hex804A93D3202A11c212b
Octal20011222315620524344153
Binary1000000010010101001001111011100100101010100011100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804A93; }

 p { color: rgb(128,74,147); }

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

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

 a { background-color: rgb(128,74,147); }

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

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

 span { border-color: rgb(128,74,147); }

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