#a779d2

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

Shades of Amethyst #A779D2

Tints of Amethyst #A779D2

Color information

#A779D2 (or 0xA779D2) is unknown color: approx Amethyst. HEX triplet: A7, 79 and D2. RGB value is (167,121,210). Sum of RGB (Red+Green+Blue) = 167+121+210=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #A779D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A779D2 is #58862D. Grayscale: #909090. Windows color (decimal): -5801518 or 13793703. OLE color: 13793703.

HSL color Cylindrical-coordinate representation of color #A779D2: hue angle of 271.01º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A779D2 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167121210-
CMYK0.200.4200.18
HSL271.01º49.72%64.9%-
HSV(B)271.01º42.38%82.35%-
XYZ34.4126.5464.28-
YUV144.9164.74143.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 210 (82.42% from 255) = 42.17%
R=33.53%
G=24.30%
B=42.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671212100.200.4200.18271.0149.7264.9
HexA779D2142A01210f3241
Octal247171322245202241762101
Binary10100111111100111010010101001010100100101000011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a779d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a779d2; }

 p { color: rgb(167,121,210); }

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

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

 a { background-color: rgb(167,121,210); }

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

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

 span { border-color: rgb(167,121,210); }

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