#A775CA

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

Shades of Amethyst #A775CA

Tints of Amethyst #A775CA

Color information

#A775CA (or 0xA775CA) is unknown color: approx Amethyst. HEX triplet: A7, 75 and CA. RGB value is (167,117,202). Sum of RGB (Red+Green+Blue) = 167+117+202=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #A775CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775CA is #588A35. Grayscale: #8D8D8D. Windows color (decimal): -5802550 or 13268391. OLE color: 13268391.

HSL color Cylindrical-coordinate representation of color #A775CA: hue angle of 275.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A775CA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167117202-
CMYK0.170.4200.21
HSL275.29º44.5%62.55%-
HSV(B)275.29º42.08%79.22%-
XYZ32.9625.259-
YUV141.64162.06146.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=34.36%
G=24.07%
B=41.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671172020.170.4200.21275.2944.562.55
HexA775CA112A0151132d3f
Octal24716531221520254235577
Binary1010011111101011100101010001101010010101100010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775CA; }

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

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

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

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

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

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

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

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