#AF6ECE

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

Shades of Amethyst #AF6ECE

Tints of Amethyst #AF6ECE

Color information

#AF6ECE (or 0xAF6ECE) is unknown color: approx Amethyst. HEX triplet: AF, 6E and CE. RGB value is (175,110,206). Sum of RGB (Red+Green+Blue) = 175+110+206=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECE is #509131. Grayscale: #8C8C8C. Windows color (decimal): -5280050 or 13528751. OLE color: 13528751.

HSL color Cylindrical-coordinate representation of color #AF6ECE: hue angle of 280.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6ECE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175110206-
CMYK0.150.4700.19
HSL280.62º49.48%61.96%-
HSV(B)280.62º46.6%80.78%-
XYZ34.424.7261.35-
YUV140.38165.03152.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=35.64%
G=22.40%
B=41.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751102060.150.4700.19280.6249.4861.96
HexAF6ECEF2F013119313e
Octal25715631617570234316176
Binary101011111101110110011101111101111010011100011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6ECE; }

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

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

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

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

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

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

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

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