#805196

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

Shades of Affair #805196

Tints of Affair #805196

Color information

#805196 (or 0x805196) is unknown color: approx Affair. HEX triplet: 80, 51 and 96. RGB value is (128,81,150). Sum of RGB (Red+Green+Blue) = 128+81+150=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #805196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805196 is #7FAE69. Grayscale: #666666. Windows color (decimal): -8367722 or 9851264. OLE color: 9851264.

HSL color Cylindrical-coordinate representation of color #805196: hue angle of 280.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805196 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12881150-
CMYK0.150.4600.41
HSL280.87º29.87%45.29%-
HSV(B)280.87º46%58.82%-
XYZ17.3512.6830.39-
YUV102.92154.57145.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=35.65%
G=22.56%
B=41.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128811500.150.4600.41280.8729.8745.29
Hex805196F2E0291191e2d
Octal20012122617560514313655
Binary100000001010001100101101111101110010100110001100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805196; }

 p { color: rgb(128,81,150); }

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

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

 a { background-color: rgb(128,81,150); }

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

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

 span { border-color: rgb(128,81,150); }

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