Html Css Color HEX #A45BEA Amethyst

📋 copy color: '#A45BEA'

red 164 ◦ green 91 ◦ blue 234

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

Shades of Amethyst #A45BEA

Tints of Amethyst #A45BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.61%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 33.54%
G = 18.61%
B = 47.85%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A45BEA (or 0xA45BEA) is known color: Amethyst. HEX triplet: A4, 5B and EA. RGB value is (164,91,234). Sum of RGB (Red+Green+Blue) = 164+91+234=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #A45BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BEA is #5BA415. Grayscale: #808080. Windows color (decimal): -6005782 or 15358884. OLE color: 15358884.

HSL color Cylindrical-coordinate representation of color #A45BEA: hue angle of 270.63º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45BEA is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 91 234 -
CMYK 0.30 0.61 0 0.08
HSL 270.63º 0.77% 0.64% -
HSV(B) 270.63º 0.61% 0.92% -
XYZ 33.9 21.32 80.17 -
YUV 129.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 164 91 234 0.30 0.61 0 0.08 270.63 0.77 0.64
Hex A4 5B EA 1E 3D 0 8 10F 4D 40
Octal 244 133 352 36 75 0 10 417 115 100
Binary 10100100 1011011 11101010 11110 111101 0 1000 100001111 1001101 1000000

Color Harmonies of #A45BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BEA

Black with #A45BEA

Text Example


Text Example

White with #A45BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BEA; }

 p { color: rgb(164,91,234); }

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

background-color css

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

 a { background-color: rgb(164,91,234); }

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

border-color css

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

 span { border-color: rgb(164,91,234); }

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