#AF6ADA

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

Shades of Amethyst #AF6ADA

Tints of Amethyst #AF6ADA

Color information

#AF6ADA (or 0xAF6ADA) is unknown color: approx Amethyst. HEX triplet: AF, 6A and DA. RGB value is (175,106,218). Sum of RGB (Red+Green+Blue) = 175+106+218=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF6ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADA is #509525. Grayscale: #8B8B8B. Windows color (decimal): -5281062 or 14314159. OLE color: 14314159.

HSL color Cylindrical-coordinate representation of color #AF6ADA: hue angle of 276.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6ADA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175106218-
CMYK0.200.5100.15
HSL276.96º60.22%63.53%-
HSV(B)276.96º51.38%85.49%-
XYZ35.4924.4869.19-
YUV139.4172.36153.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=35.07%
G=21.24%
B=43.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751062180.200.5100.15276.9660.2263.53
HexAF6ADA14330F1153c40
Octal257152332246301742574100
Binary1010111111010101101101010100110011011111000101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6ADA; }

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

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

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

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

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

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

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

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