#81628B

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

Shades of Affair #81628B

Tints of Affair #81628B

Color information

#81628B (or 0x81628B) is unknown color: approx Affair. HEX triplet: 81, 62 and 8B. RGB value is (129,98,139). Sum of RGB (Red+Green+Blue) = 129+98+139=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #81628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81628B is #7E9D74. Grayscale: #6F6F6F. Windows color (decimal): -8297845 or 9134721. OLE color: 9134721.

HSL color Cylindrical-coordinate representation of color #81628B: hue angle of 285.37º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81628B is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12998139-
CMYK0.070.2900.45
HSL285.37º17.3%46.47%-
HSV(B)285.37º29.5%54.51%-
XYZ18.0815.2726.42-
YUV111.94143.27140.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=35.25%
G=26.78%
B=37.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129981390.070.2900.45285.3717.346.47
Hex81628B71D02D11d112e
Octal2011422137350554352156
Binary1000000111000101000101111111101010110110001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81628B; }

 p { color: rgb(129,98,139); }

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

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

 a { background-color: rgb(129,98,139); }

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

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

 span { border-color: rgb(129,98,139); }

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