#af6add

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

Shades of Amethyst #AF6ADD

Tints of Amethyst #AF6ADD

Color information

#AF6ADD (or 0xAF6ADD) is unknown color: approx Amethyst. HEX triplet: AF, 6A and DD. RGB value is (175,106,221). Sum of RGB (Red+Green+Blue) = 175+106+221=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADD is #509522. Grayscale: #8B8B8B. Windows color (decimal): -5281059 or 14510767. OLE color: 14510767.

HSL color Cylindrical-coordinate representation of color #AF6ADD: hue angle of 276º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6ADD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175106221-
CMYK0.210.5200.13
HSL276º62.84%64.12%-
HSV(B)276º52.04%86.67%-
XYZ35.8824.6471.27-
YUV139.74173.86153.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=34.86%
G=21.12%
B=44.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751062210.210.5200.1327662.8464.12
HexAF6ADD15340D1143f40
Octal257152335256401542477100
Binary1010111111010101101110110101110100011011000101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6add; }

 p { color: rgb(175,106,221); }

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

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

 a { background-color: rgb(175,106,221); }

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

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

 span { border-color: rgb(175,106,221); }

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