#A074D3

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

Shades of Amethyst #A074D3

Tints of Amethyst #A074D3

Color information

#A074D3 (or 0xA074D3) is unknown color: approx Amethyst. HEX triplet: A0, 74 and D3. RGB value is (160,116,211). Sum of RGB (Red+Green+Blue) = 160+116+211=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #A074D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074D3 is #5F8B2C. Grayscale: #8B8B8B. Windows color (decimal): -6261549 or 13857952. OLE color: 13857952.

HSL color Cylindrical-coordinate representation of color #A074D3: hue angle of 267.79º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A074D3 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB160116211-
CMYK0.240.4500.17
HSL267.79º51.91%64.12%-
HSV(B)267.79º45.02%82.75%-
XYZ32.524.6764.68-
YUV139.99168.08142.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 211 (82.81% from 255) = 43.33%
R=32.85%
G=23.82%
B=43.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1601162110.240.4500.17267.7951.9164.12
HexA074D3182D01110c3440
Octal240164323305502141464100
Binary10100000111010011010011110001011010100011000011001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074D3; }

 p { color: rgb(160,116,211); }

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

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

 a { background-color: rgb(160,116,211); }

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

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

 span { border-color: rgb(160,116,211); }

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