#af71e0

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

Shades of Amethyst #AF71E0

Tints of Amethyst #AF71E0

Color information

#AF71E0 (or 0xAF71E0) is unknown color: approx Amethyst. HEX triplet: AF, 71 and E0. RGB value is (175,113,224). Sum of RGB (Red+Green+Blue) = 175+113+224=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF71E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71E0 is #508E1F. Grayscale: #8F8F8F. Windows color (decimal): -5279264 or 14709167. OLE color: 14709167.

HSL color Cylindrical-coordinate representation of color #AF71E0: hue angle of 273.51º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF71E0 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175113224-
CMYK0.220.5000.12
HSL273.51º64.16%66.08%-
HSV(B)273.51º49.55%87.84%-
XYZ37.0426.3173.65-
YUV144.19173.04149.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 224 (87.89% from 255) = 43.75%
R=34.18%
G=22.07%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751132240.220.5000.12273.5164.1666.08
HexAF71E016320C1124042
Octal2571613402662014422100102
Binary10101111111000111100000101101100100110010001001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af71e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af71e0; }

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

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

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

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

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

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

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

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