#AF70E3

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

Shades of Amethyst #AF70E3

Tints of Amethyst #AF70E3

Color information

#AF70E3 (or 0xAF70E3) is unknown color: approx Amethyst. HEX triplet: AF, 70 and E3. RGB value is (175,112,227). Sum of RGB (Red+Green+Blue) = 175+112+227=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF70E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70E3 is #508F1C. Grayscale: #8F8F8F. Windows color (decimal): -5279517 or 14905519. OLE color: 14905519.

HSL color Cylindrical-coordinate representation of color #AF70E3: hue angle of 272.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF70E3 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175112227-
CMYK0.230.5100.11
HSL272.87º67.25%66.47%-
HSV(B)272.87º50.66%89.02%-
XYZ37.3426.2575.77-
YUV143.95174.87150.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 227 (89.06% from 255) = 44.16%
R=34.05%
G=21.79%
B=44.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751122270.230.5100.11272.8767.2566.47
HexAF70E317330B1114342
Octal2571603432763013421103102
Binary10101111111000011100011101111100110101110001000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70E3; }

 p { color: rgb(175,112,227); }

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

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

 a { background-color: rgb(175,112,227); }

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

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

 span { border-color: rgb(175,112,227); }

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