#A75DCB

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

Shades of Amethyst #A75DCB

Tints of Amethyst #A75DCB

Color information

#A75DCB (or 0xA75DCB) is unknown color: approx Amethyst. HEX triplet: A7, 5D and CB. RGB value is (167,93,203). Sum of RGB (Red+Green+Blue) = 167+93+203=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A75DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DCB is #58A234. Grayscale: #7F7F7F. Windows color (decimal): -5808693 or 13327783. OLE color: 13327783.

HSL color Cylindrical-coordinate representation of color #A75DCB: hue angle of 280.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A75DCB is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16793203-
CMYK0.180.5400.20
HSL280.36º51.4%58.04%-
HSV(B)280.36º54.19%79.61%-
XYZ30.6320.3658.81-
YUV127.67170.52156.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=36.07%
G=20.09%
B=43.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167932030.180.5400.20280.3651.458.04
HexA75DCB1236014118333a
Octal24713531322660244306372
Binary1010011110111011100101110010110110010100100011000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DCB; }

 p { color: rgb(167,93,203); }

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

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

 a { background-color: rgb(167,93,203); }

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

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

 span { border-color: rgb(167,93,203); }

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