Html Css Color HEX #A45EDE Amethyst

📋 copy color: '#A45EDE'

red 164 ◦ green 94 ◦ blue 222

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

Shades of Amethyst #A45EDE

Tints of Amethyst #A45EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 34.17%
G = 19.58%
B = 46.25%

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

#A45EDE (or 0xA45EDE) is known color: Amethyst. HEX triplet: A4, 5E and DE. RGB value is (164,94,222). Sum of RGB (Red+Green+Blue) = 164+94+222=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #A45EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45EDE is #5BA121. Grayscale: #818181. Windows color (decimal): -6005026 or 14573220. OLE color: 14573220.

HSL color Cylindrical-coordinate representation of color #A45EDE: hue angle of 272.81º degrees, saturation: 0.66, 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 #A45EDE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 94 222 -
CMYK 0.26 0.58 0 0.13
HSL 272.81º 0.66% 0.62% -
HSV(B) 272.81º 0.58% 0.87% -
XYZ 32.5 21.17 71.48 -
YUV 129.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 164 94 222 0.26 0.58 0 0.13 272.81 0.66 0.62
Hex A4 5E DE 1A 3A 0 D 111 42 3E
Octal 244 136 336 32 72 0 15 421 102 76
Binary 10100100 1011110 11011110 11010 111010 0 1101 100010001 1000010 111110

Color Harmonies of #A45EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45EDE

Black with #A45EDE

Text Example


Text Example

White with #A45EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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