Html Css Color HEX #A45ECE Amethyst

📋 copy color: '#A45ECE'

red 164 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #A45ECE

Tints of Amethyst #A45ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 35.34%
G = 20.26%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A45ECE (or 0xA45ECE) is known color: Amethyst. HEX triplet: A4, 5E and CE. RGB value is (164,94,206). Sum of RGB (Red+Green+Blue) = 164+94+206=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A45ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ECE is #5BA131. Grayscale: #7F7F7F. Windows color (decimal): -6005042 or 13524644. OLE color: 13524644.

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

Color convert

RGB 164 94 206 -
CMYK 0.20 0.54 0 0.19
HSL 277.5º 0.53% 0.59% -
HSV(B) 277.5º 0.54% 0.81% -
XYZ 30.45 20.35 60.72 -
YUV 127.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 164 94 206 0.20 0.54 0 0.19 277.5 0.53 0.59
Hex A4 5E CE 14 36 0 13 116 35 3B
Octal 244 136 316 24 66 0 23 426 65 73
Binary 10100100 1011110 11001110 10100 110110 0 10011 100010110 110101 111011

Color Harmonies of #A45ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ECE

Black with #A45ECE

Text Example


Text Example

White with #A45ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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