Html Css Color HEX #A45EDC Amethyst

📋 copy color: '#A45EDC'

red 164 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #A45EDC

Tints of Amethyst #A45EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 34.31%
G = 19.67%
B = 46.03%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A45EDC (or 0xA45EDC) is known color: Amethyst. HEX triplet: A4, 5E and DC. RGB value is (164,94,220). Sum of RGB (Red+Green+Blue) = 164+94+220=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #A45EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EDC is #5BA123. Grayscale: #808080. Windows color (decimal): -6005028 or 14442148. OLE color: 14442148.

HSL color Cylindrical-coordinate representation of color #A45EDC: hue angle of 273.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45EDC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 94 220 -
CMYK 0.25 0.57 0 0.14
HSL 273.33º 0.64% 0.62% -
HSV(B) 273.33º 0.57% 0.86% -
XYZ 32.23 21.07 70.08 -
YUV 129.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 164 94 220 0.25 0.57 0 0.14 273.33 0.64 0.62
Hex A4 5E DC 19 39 0 E 111 40 3E
Octal 244 136 334 31 71 0 16 421 100 76
Binary 10100100 1011110 11011100 11001 111001 0 1110 100010001 1000000 111110

Color Harmonies of #A45EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EDC

Black with #A45EDC

Text Example


Text Example

White with #A45EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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