Html Css Color HEX #A45ED9 Amethyst

📋 copy color: '#A45ED9'

red 164 ◦ green 94 ◦ blue 217

#A45ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A45ED9

Tints of Amethyst #A45ED9

RGB

 RED value IS 164 (64.45% from 255) = 34.53%

 GREEN value IS 94 (37.11% from 255) = 19.79%

 BLUE value IS 217 (85.16% from 255) = 45.68%

R = 34.53%
G = 19.79%
B = 45.68%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A45ED9 (or 0xA45ED9) is known color: Amethyst. HEX triplet: A4, 5E and D9. RGB value is (164,94,217). Sum of RGB (Red+Green+Blue) = 164+94+217=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #A45ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ED9 is #5BA126. Grayscale: #808080. Windows color (decimal): -6005031 or 14245540. OLE color: 14245540.

HSL color Cylindrical-coordinate representation of color #A45ED9: hue angle of 274.15º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45ED9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 94 217 -
CMYK 0.24 0.57 0 0.15
HSL 274.15º 0.62% 0.61% -
HSV(B) 274.15º 0.57% 0.85% -
XYZ 31.84 20.91 68 -
YUV 128.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 164 94 217 0.24 0.57 0 0.15 274.15 0.62 0.61
Hex A4 5E D9 18 39 0 F 112 3E 3D
Octal 244 136 331 30 71 0 17 422 76 75
Binary 10100100 1011110 11011001 11000 111001 0 1111 100010010 111110 111101

Color Harmonies of #A45ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ED9

Black with #A45ED9

Text Example


Text Example

White with #A45ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ED9; }

 p { color: rgb(164,94,217); }

 H1.HeaderClassName
 {
   color: #A45ED9;
 }
 .AnyTagClassName
 {
   color: #A45ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(164,94,217); }

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

border-color css

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

 span { border-color: rgb(164,94,217); }

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