#7A69AC

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

Shades of Deluge #7A69AC

Tints of Deluge #7A69AC

Color information

#7A69AC (or 0x7A69AC) is unknown color: approx Deluge. HEX triplet: 7A, 69 and AC. RGB value is (122,105,172). Sum of RGB (Red+Green+Blue) = 122+105+172=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A69AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A69AC is #859653. Grayscale: #757575. Windows color (decimal): -8754772 or 11299194. OLE color: 11299194.

HSL color Cylindrical-coordinate representation of color #7A69AC: hue angle of 255.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A69AC is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122105172-
CMYK0.290.3900.33
HSL255.22º28.76%54.31%-
HSV(B)255.22º38.95%67.45%-
XYZ20.5217.2241.27-
YUV117.72158.63131.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=30.58%
G=26.32%
B=43.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221051720.290.3900.33255.2228.7654.31
Hex7A69AC1D27021ff1d36
Octal17215125435470413773566
Binary11110101101001101011001110110011101000011111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,172); }

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

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

 a { background-color: rgb(122,105,172); }

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

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

 span { border-color: rgb(122,105,172); }

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