#7A5288

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

Shades of Affair #7A5288

Tints of Affair #7A5288

Color information

#7A5288 (or 0x7A5288) is unknown color: approx Affair. HEX triplet: 7A, 52 and 88. RGB value is (122,82,136). Sum of RGB (Red+Green+Blue) = 122+82+136=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5288 is #85AD77. Grayscale: #636363. Windows color (decimal): -8760696 or 8934010. OLE color: 8934010.

HSL color Cylindrical-coordinate representation of color #7A5288: hue angle of 284.44º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A5288 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12282136-
CMYK0.100.4000.47
HSL284.44º24.77%42.75%-
HSV(B)284.44º39.71%53.33%-
XYZ15.4911.9524.78-
YUV100.12148.25143.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.88%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 136 (53.52% from 255) = 40%
R=35.88%
G=24.12%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122821360.100.4000.47284.4424.7742.75
Hex7A5288A2802F11c192b
Octal17212221012500574343153
Binary11110101010010100010001010101000010111110001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5288; }

 p { color: rgb(122,82,136); }

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

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

 a { background-color: rgb(122,82,136); }

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

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

 span { border-color: rgb(122,82,136); }

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