#A75DDC

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

Shades of Amethyst #A75DDC

Tints of Amethyst #A75DDC

Color information

#A75DDC (or 0xA75DDC) is unknown color: approx Amethyst. HEX triplet: A7, 5D and DC. RGB value is (167,93,220). Sum of RGB (Red+Green+Blue) = 167+93+220=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A75DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75DDC is #58A223. Grayscale: #818181. Windows color (decimal): -5808676 or 14441895. OLE color: 14441895.

HSL color Cylindrical-coordinate representation of color #A75DDC: hue angle of 274.96º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A75DDC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16793220-
CMYK0.240.5800.14
HSL274.96º64.47%61.37%-
HSV(B)274.96º57.73%86.27%-
XYZ32.7721.2170.08-
YUV129.6179.02154.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=34.79%
G=19.38%
B=45.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167932200.240.5800.14274.9664.4761.37
HexA75DDC183A0E113403d
Octal247135334307201642310075
Binary1010011110111011101110011000111010011101000100111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75DDC; }

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

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

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

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

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

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

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

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