#A351D5

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

Shades of Amethyst #A351D5

Tints of Amethyst #A351D5

Color information

#A351D5 (or 0xA351D5) is unknown color: approx Amethyst. HEX triplet: A3, 51 and D5. RGB value is (163,81,213). Sum of RGB (Red+Green+Blue) = 163+81+213=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #A351D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A351D5 is #5CAE2A. Grayscale: #787878. Windows color (decimal): -6073899 or 13980067. OLE color: 13980067.

HSL color Cylindrical-coordinate representation of color #A351D5: hue angle of 277.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A351D5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16381213-
CMYK0.230.6200.16
HSL277.27º61.11%57.65%-
HSV(B)277.27º61.97%83.53%-
XYZ30.0618.4864.93-
YUV120.57180.17158.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 213 (83.59% from 255) = 46.61%
R=35.67%
G=17.72%
B=46.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163812130.230.6200.16277.2761.1157.65
HexA351D5173E0101153d3a
Octal24312132527760204257572
Binary1010001110100011101010110111111110010000100010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A351D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A351D5; }

 p { color: rgb(163,81,213); }

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

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

 a { background-color: rgb(163,81,213); }

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

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

 span { border-color: rgb(163,81,213); }

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