#AF71CA

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

Shades of Amethyst #AF71CA

Tints of Amethyst #AF71CA

Color information

#AF71CA (or 0xAF71CA) is unknown color: approx Amethyst. HEX triplet: AF, 71 and CA. RGB value is (175,113,202). Sum of RGB (Red+Green+Blue) = 175+113+202=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF71CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71CA is #508E35. Grayscale: #8D8D8D. Windows color (decimal): -5279286 or 13267375. OLE color: 13267375.

HSL color Cylindrical-coordinate representation of color #AF71CA: hue angle of 281.8º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF71CA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175113202-
CMYK0.130.4400.21
HSL281.8º45.64%61.76%-
HSV(B)281.8º44.06%79.22%-
XYZ34.2425.1958.93-
YUV141.68162.04151.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=35.71%
G=23.06%
B=41.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751132020.130.4400.21281.845.6461.76
HexAF71CAD2C01511a2e3e
Octal25716131215540254325676
Binary101011111110001110010101101101100010101100011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71CA; }

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

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

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

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

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

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

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

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