#AF7AD7

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

Shades of Amethyst #AF7AD7

Tints of Amethyst #AF7AD7

Color information

#AF7AD7 (or 0xAF7AD7) is unknown color: approx Amethyst. HEX triplet: AF, 7A and D7. RGB value is (175,122,215). Sum of RGB (Red+Green+Blue) = 175+122+215=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF7AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AD7 is #508528. Grayscale: #949494. Windows color (decimal): -5276969 or 14121647. OLE color: 14121647.

HSL color Cylindrical-coordinate representation of color #AF7AD7: hue angle of 274.19º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7AD7 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175122215-
CMYK0.190.4300.16
HSL274.19º53.76%66.08%-
HSV(B)274.19º43.26%84.31%-
XYZ36.927.9467.74-
YUV148.45165.56146.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=34.18%
G=23.83%
B=41.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751222150.190.4300.16274.1953.7666.08
HexAF7AD7132B0101123642
Octal257172327235302042266102
Binary10101111111101011010111100111010110100001000100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AD7; }

 p { color: rgb(175,122,215); }

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

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

 a { background-color: rgb(175,122,215); }

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

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

 span { border-color: rgb(175,122,215); }

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