#A061D4

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

Shades of Amethyst #A061D4

Tints of Amethyst #A061D4

Color information

#A061D4 (or 0xA061D4) is unknown color: approx Amethyst. HEX triplet: A0, 61 and D4. RGB value is (160,97,212). Sum of RGB (Red+Green+Blue) = 160+97+212=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #A061D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061D4 is #5F9E2B. Grayscale: #808080. Windows color (decimal): -6266412 or 13918624. OLE color: 13918624.

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

Color convert

RGB16097212-
CMYK0.250.5400.17
HSL272.87º57.21%60.59%-
HSV(B)272.87º54.25%83.14%-
XYZ30.6620.7864.68-
YUV128.95174.87150.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 212 (83.20% from 255) = 45.20%
R=34.12%
G=20.68%
B=45.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160972120.250.5400.17272.8757.2160.59
HexA061D41936011111393d
Octal24014132431660214217175
Binary1010000011000011101010011001110110010001100010001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061D4; }

 p { color: rgb(160,97,212); }

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

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

 a { background-color: rgb(160,97,212); }

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

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

 span { border-color: rgb(160,97,212); }

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