#A775CD

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

Shades of Amethyst #A775CD

Tints of Amethyst #A775CD

Color information

#A775CD (or 0xA775CD) is unknown color: approx Amethyst. HEX triplet: A7, 75 and CD. RGB value is (167,117,205). Sum of RGB (Red+Green+Blue) = 167+117+205=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A775CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775CD is #588A32. Grayscale: #8D8D8D. Windows color (decimal): -5802547 or 13464999. OLE color: 13464999.

HSL color Cylindrical-coordinate representation of color #A775CD: hue angle of 274.09º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A775CD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167117205-
CMYK0.190.4300.20
HSL274.09º46.81%63.14%-
HSV(B)274.09º42.93%80.39%-
XYZ33.3225.3560.89-
YUV141.98163.56145.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=34.15%
G=23.93%
B=41.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671172050.190.4300.20274.0946.8163.14
HexA775CD132B0141122f3f
Octal24716531523530244225777
Binary1010011111101011100110110011101011010100100010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775CD; }

 p { color: rgb(167,117,205); }

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

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

 a { background-color: rgb(167,117,205); }

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

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

 span { border-color: rgb(167,117,205); }

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