#AF71DA

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

Shades of Amethyst #AF71DA

Tints of Amethyst #AF71DA

Color information

#AF71DA (or 0xAF71DA) is unknown color: approx Amethyst. HEX triplet: AF, 71 and DA. RGB value is (175,113,218). Sum of RGB (Red+Green+Blue) = 175+113+218=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71DA is #508E25. Grayscale: #8F8F8F. Windows color (decimal): -5279270 or 14315951. OLE color: 14315951.

HSL color Cylindrical-coordinate representation of color #AF71DA: hue angle of 275.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF71DA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175113218-
CMYK0.200.4800.15
HSL275.43º58.66%64.9%-
HSV(B)275.43º48.17%85.49%-
XYZ36.2425.9969.44-
YUV143.51170.04150.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=34.58%
G=22.33%
B=43.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751132180.200.4800.15275.4358.6664.9
HexAF71DA14300F1133b41
Octal257161332246001742373101
Binary1010111111100011101101010100110000011111000100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71DA; }

 p { color: rgb(175,113,218); }

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

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

 a { background-color: rgb(175,113,218); }

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

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

 span { border-color: rgb(175,113,218); }

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