Html Css Color HEX #A45ECD Amethyst

📋 copy color: '#A45ECD'

red 164 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #A45ECD

Tints of Amethyst #A45ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 35.42%
G = 20.3%
B = 44.28%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A45ECD (or 0xA45ECD) is known color: Amethyst. HEX triplet: A4, 5E and CD. RGB value is (164,94,205). Sum of RGB (Red+Green+Blue) = 164+94+205=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #A45ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ECD is #5BA132. Grayscale: #7F7F7F. Windows color (decimal): -6005043 or 13459108. OLE color: 13459108.

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

Color convert

RGB 164 94 205 -
CMYK 0.2 0.54 0 0.20
HSL 277.84º 0.53% 0.59% -
HSV(B) 277.84º 0.54% 0.8% -
XYZ 30.33 20.31 60.08 -
YUV 127.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 164 94 205 0.2 0.54 0 0.20 277.84 0.53 0.59
Hex A4 5E CD 14 36 0 14 116 35 3B
Octal 244 136 315 24 66 0 24 426 65 73
Binary 10100100 1011110 11001101 10100 110110 0 10100 100010110 110101 111011

Color Harmonies of #A45ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45ECD

Black with #A45ECD

Text Example


Text Example

White with #A45ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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