Html Css Color HEX #A45EDF Amethyst

📋 copy color: '#A45EDF'

red 164 ◦ green 94 ◦ blue 223

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

Shades of Amethyst #A45EDF

Tints of Amethyst #A45EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 34.1%
G = 19.54%
B = 46.36%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A45EDF (or 0xA45EDF) is known color: Amethyst. HEX triplet: A4, 5E and DF. RGB value is (164,94,223). Sum of RGB (Red+Green+Blue) = 164+94+223=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A45EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EDF is #5BA120. Grayscale: #818181. Windows color (decimal): -6005025 or 14638756. OLE color: 14638756.

HSL color Cylindrical-coordinate representation of color #A45EDF: hue angle of 272.56º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45EDF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 94 223 -
CMYK 0.26 0.58 0 0.13
HSL 272.56º 0.67% 0.62% -
HSV(B) 272.56º 0.58% 0.87% -
XYZ 32.63 21.23 72.19 -
YUV 129.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 164 94 223 0.26 0.58 0 0.13 272.56 0.67 0.62
Hex A4 5E DF 1A 3A 0 D 111 43 3E
Octal 244 136 337 32 72 0 15 421 103 76
Binary 10100100 1011110 11011111 11010 111010 0 1101 100010001 1000011 111110

Color Harmonies of #A45EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EDF

Black with #A45EDF

Text Example


Text Example

White with #A45EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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