Html Css Color HEX #A45ECF Amethyst

📋 copy color: '#A45ECF'

red 164 ◦ green 94 ◦ blue 207

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

Shades of Amethyst #A45ECF

Tints of Amethyst #A45ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 35.27%
G = 20.22%
B = 44.52%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A45ECF (or 0xA45ECF) is known color: Amethyst. HEX triplet: A4, 5E and CF. RGB value is (164,94,207). Sum of RGB (Red+Green+Blue) = 164+94+207=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ECF is #5BA130. Grayscale: #7F7F7F. Windows color (decimal): -6005041 or 13590180. OLE color: 13590180.

HSL color Cylindrical-coordinate representation of color #A45ECF: hue angle of 277.17º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45ECF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 94 207 -
CMYK 0.21 0.55 0 0.19
HSL 277.17º 0.54% 0.59% -
HSV(B) 277.17º 0.55% 0.81% -
XYZ 30.58 20.4 61.36 -
YUV 127.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 164 94 207 0.21 0.55 0 0.19 277.17 0.54 0.59
Hex A4 5E CF 15 37 0 13 115 36 3B
Octal 244 136 317 25 67 0 23 425 66 73
Binary 10100100 1011110 11001111 10101 110111 0 10011 100010101 110110 111011

Color Harmonies of #A45ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ECF

Black with #A45ECF

Text Example


Text Example

White with #A45ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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