#A75FD1

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

Shades of Amethyst #A75FD1

Tints of Amethyst #A75FD1

Color information

#A75FD1 (or 0xA75FD1) is unknown color: approx Amethyst. HEX triplet: A7, 5F and D1. RGB value is (167,95,209). Sum of RGB (Red+Green+Blue) = 167+95+209=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #A75FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FD1 is #58A02E. Grayscale: #818181. Windows color (decimal): -5808175 or 13721511. OLE color: 13721511.

HSL color Cylindrical-coordinate representation of color #A75FD1: hue angle of 277.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A75FD1 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16795209-
CMYK0.200.5500.18
HSL277.89º55.34%59.61%-
HSV(B)277.89º54.55%81.96%-
XYZ31.542162.71-
YUV129.52172.85154.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=35.46%
G=20.17%
B=44.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167952090.200.5500.18277.8955.3459.61
HexA75FD11437012116373c
Octal24713732124670224266774
Binary1010011110111111101000110100110111010010100010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FD1; }

 p { color: rgb(167,95,209); }

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

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

 a { background-color: rgb(167,95,209); }

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

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

 span { border-color: rgb(167,95,209); }

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