Html Css Color HEX #A45ED5 Amethyst

📋 copy color: '#A45ED5'

red 164 ◦ green 94 ◦ blue 213

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

Shades of Amethyst #A45ED5

Tints of Amethyst #A45ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 34.82%
G = 19.96%
B = 45.22%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A45ED5 (or 0xA45ED5) is known color: Amethyst. HEX triplet: A4, 5E and D5. RGB value is (164,94,213). Sum of RGB (Red+Green+Blue) = 164+94+213=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #A45ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ED5 is #5BA12A. Grayscale: #808080. Windows color (decimal): -6005035 or 13983396. OLE color: 13983396.

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

Color convert

RGB 164 94 213 -
CMYK 0.23 0.56 0 0.16
HSL 275.29º 0.59% 0.6% -
HSV(B) 275.29º 0.56% 0.84% -
XYZ 31.32 20.7 65.3 -
YUV 128.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 164 94 213 0.23 0.56 0 0.16 275.29 0.59 0.6
Hex A4 5E D5 17 38 0 10 113 3B 3C
Octal 244 136 325 27 70 0 20 423 73 74
Binary 10100100 1011110 11010101 10111 111000 0 10000 100010011 111011 111100

Color Harmonies of #A45ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ED5

Black with #A45ED5

Text Example


Text Example

White with #A45ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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