#7A568A

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

Shades of Affair #7A568A

Tints of Affair #7A568A

Color information

#7A568A (or 0x7A568A) is unknown color: approx Affair. HEX triplet: 7A, 56 and 8A. RGB value is (122,86,138). Sum of RGB (Red+Green+Blue) = 122+86+138=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A568A is #85A975. Grayscale: #666666. Windows color (decimal): -8759670 or 9066106. OLE color: 9066106.

HSL color Cylindrical-coordinate representation of color #7A568A: hue angle of 281.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A568A is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12286138-
CMYK0.120.3800.46
HSL281.54º23.21%43.92%-
HSV(B)281.54º37.68%54.12%-
XYZ15.9412.6325.64-
YUV102.69147.93141.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=35.26%
G=24.86%
B=39.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122861380.120.3800.46281.5423.2143.92
Hex7A568AC2602E11a172c
Octal17212621214460564322754
Binary11110101010110100010101100100110010111010001101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,138); }

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

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

 a { background-color: rgb(122,86,138); }

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

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

 span { border-color: rgb(122,86,138); }

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