#AF6CD3

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

Shades of Amethyst #AF6CD3

Tints of Amethyst #AF6CD3

Color information

#AF6CD3 (or 0xAF6CD3) is unknown color: approx Amethyst. HEX triplet: AF, 6C and D3. RGB value is (175,108,211). Sum of RGB (Red+Green+Blue) = 175+108+211=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF6CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CD3 is #50932C. Grayscale: #8B8B8B. Windows color (decimal): -5280557 or 13855919. OLE color: 13855919.

HSL color Cylindrical-coordinate representation of color #AF6CD3: hue angle of 279.03º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6CD3 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175108211-
CMYK0.170.4900.17
HSL279.03º53.93%62.55%-
HSV(B)279.03º48.82%82.75%-
XYZ34.824.5464.53-
YUV139.77168.2153.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 211 (82.81% from 255) = 42.71%
R=35.43%
G=21.86%
B=42.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751082110.170.4900.17279.0353.9362.55
HexAF6CD31131011117363f
Octal25715432321610214276677
Binary1010111111011001101001110001110001010001100010111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CD3; }

 p { color: rgb(175,108,211); }

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

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

 a { background-color: rgb(175,108,211); }

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

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

 span { border-color: rgb(175,108,211); }

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