#a374d7

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

Shades of Amethyst #A374D7

Tints of Amethyst #A374D7

Color information

#A374D7 (or 0xA374D7) is unknown color: approx Amethyst. HEX triplet: A3, 74 and D7. RGB value is (163,116,215). Sum of RGB (Red+Green+Blue) = 163+116+215=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #A374D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374D7 is #5C8B28. Grayscale: #8C8C8C. Windows color (decimal): -6064937 or 14120099. OLE color: 14120099.

HSL color Cylindrical-coordinate representation of color #A374D7: hue angle of 268.48º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A374D7 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163116215-
CMYK0.240.4600.16
HSL268.48º55.31%64.9%-
HSV(B)268.48º46.05%84.31%-
XYZ33.6225.1867.38-
YUV141.34169.57143.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=33.00%
G=23.48%
B=43.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631162150.240.4600.16268.4855.3164.9
HexA374D7182E01010c3741
Octal243164327305602041467101
Binary10100011111010011010111110001011100100001000011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a374d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a374d7; }

 p { color: rgb(163,116,215); }

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

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

 a { background-color: rgb(163,116,215); }

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

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

 span { border-color: rgb(163,116,215); }

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