#AF6ECC

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

Shades of Amethyst #AF6ECC

Tints of Amethyst #AF6ECC

Color information

#AF6ECC (or 0xAF6ECC) is unknown color: approx Amethyst. HEX triplet: AF, 6E and CC. RGB value is (175,110,204). Sum of RGB (Red+Green+Blue) = 175+110+204=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECC is #509133. Grayscale: #8B8B8B. Windows color (decimal): -5280052 or 13397679. OLE color: 13397679.

HSL color Cylindrical-coordinate representation of color #AF6ECC: hue angle of 281.49º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6ECC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175110204-
CMYK0.140.4600.2
HSL281.49º47.96%61.57%-
HSV(B)281.49º46.08%80%-
XYZ34.1524.6360.08-
YUV140.15164.03152.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=35.79%
G=22.49%
B=41.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751102040.140.4600.2281.4947.9661.57
HexAF6ECCE2E014119303e
Octal25715631416560244316076
Binary101011111101110110011001110101110010100100011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6ECC; }

 p { color: rgb(175,110,204); }

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

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

 a { background-color: rgb(175,110,204); }

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

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

 span { border-color: rgb(175,110,204); }

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