#A75BD3

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

Shades of Amethyst #A75BD3

Tints of Amethyst #A75BD3

Color information

#A75BD3 (or 0xA75BD3) is unknown color: approx Amethyst. HEX triplet: A7, 5B and D3. RGB value is (167,91,211). Sum of RGB (Red+Green+Blue) = 167+91+211=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #A75BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75BD3 is #58A42C. Grayscale: #7F7F7F. Windows color (decimal): -5809197 or 13851559. OLE color: 13851559.

HSL color Cylindrical-coordinate representation of color #A75BD3: hue angle of 278º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75BD3 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16791211-
CMYK0.210.5700.17
HSL278º57.69%59.22%-
HSV(B)278º56.87%82.75%-
XYZ31.4420.463.91-
YUV127.4175.18156.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 91 (35.94% from 255) = 19.40%
BLUE value IS 211 (82.81% from 255) = 44.99%
R=35.61%
G=19.40%
B=44.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal167912110.210.5700.1727857.6959.22
HexA75BD315390111163a3b
Octal24713332325710214267273
Binary1010011110110111101001110101111001010001100010110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75BD3; }

 p { color: rgb(167,91,211); }

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

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

 a { background-color: rgb(167,91,211); }

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

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

 span { border-color: rgb(167,91,211); }

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