#AF75D5

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

Shades of Amethyst #AF75D5

Tints of Amethyst #AF75D5

Color information

#AF75D5 (or 0xAF75D5) is unknown color: approx Amethyst. HEX triplet: AF, 75 and D5. RGB value is (175,117,213). Sum of RGB (Red+Green+Blue) = 175+117+213=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF75D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75D5 is #508A2A. Grayscale: #909090. Windows color (decimal): -5278251 or 13989295. OLE color: 13989295.

HSL color Cylindrical-coordinate representation of color #AF75D5: hue angle of 276.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF75D5 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175117213-
CMYK0.180.4500.16
HSL276.25º53.33%64.71%-
HSV(B)276.25º45.07%83.53%-
XYZ36.0526.6466.19-
YUV145.29166.22149.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 213 (83.59% from 255) = 42.18%
R=34.65%
G=23.17%
B=42.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751172130.180.4500.16276.2553.3364.71
HexAF75D5122D0101143541
Octal257165325225502042465101
Binary10101111111010111010101100101011010100001000101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF75D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF75D5; }

 p { color: rgb(175,117,213); }

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

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

 a { background-color: rgb(175,117,213); }

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

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

 span { border-color: rgb(175,117,213); }

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