Html Css Color HEX #A45ED7 Amethyst

📋 copy color: '#A45ED7'

red 164 ◦ green 94 ◦ blue 215

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

Shades of Amethyst #A45ED7

Tints of Amethyst #A45ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 34.67%
G = 19.87%
B = 45.45%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A45ED7 (or 0xA45ED7) is known color: Amethyst. HEX triplet: A4, 5E and D7. RGB value is (164,94,215). Sum of RGB (Red+Green+Blue) = 164+94+215=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #A45ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ED7 is #5BA128. Grayscale: #808080. Windows color (decimal): -6005033 or 14114468. OLE color: 14114468.

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

Color convert

RGB 164 94 215 -
CMYK 0.24 0.56 0 0.16
HSL 274.71º 0.6% 0.61% -
HSV(B) 274.71º 0.56% 0.84% -
XYZ 31.58 20.8 66.64 -
YUV 128.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 164 94 215 0.24 0.56 0 0.16 274.71 0.6 0.61
Hex A4 5E D7 18 38 0 10 113 3C 3D
Octal 244 136 327 30 70 0 20 423 74 75
Binary 10100100 1011110 11010111 11000 111000 0 10000 100010011 111100 111101

Color Harmonies of #A45ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ED7

Black with #A45ED7

Text Example


Text Example

White with #A45ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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