#AF70D0

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

Shades of Amethyst #AF70D0

Tints of Amethyst #AF70D0

Color information

#AF70D0 (or 0xAF70D0) is unknown color: approx Amethyst. HEX triplet: AF, 70 and D0. RGB value is (175,112,208). Sum of RGB (Red+Green+Blue) = 175+112+208=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF70D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70D0 is #508F2F. Grayscale: #8D8D8D. Windows color (decimal): -5279536 or 13660335. OLE color: 13660335.

HSL color Cylindrical-coordinate representation of color #AF70D0: hue angle of 279.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF70D0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175112208-
CMYK0.160.4600.18
HSL279.38º50.53%62.75%-
HSV(B)279.38º46.15%81.57%-
XYZ34.8625.2662.71-
YUV141.78165.37151.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=35.35%
G=22.63%
B=42.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751122080.160.4600.18279.3850.5362.75
HexAF70D0102E012117333f
Octal25716032020560224276377
Binary1010111111100001101000010000101110010010100010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF70D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF70D0; }

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

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

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

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

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

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

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

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