Html Css Color HEX #A45AEA Amethyst

📋 copy color: '#A45AEA'

red 164 ◦ green 90 ◦ blue 234

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

Shades of Amethyst #A45AEA

Tints of Amethyst #A45AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

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

R = 33.61%
G = 18.44%
B = 47.95%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A45AEA (or 0xA45AEA) is known color: Amethyst. HEX triplet: A4, 5A and EA. RGB value is (164,90,234). Sum of RGB (Red+Green+Blue) = 164+90+234=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #A45AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AEA is #5BA515. Grayscale: #808080. Windows color (decimal): -6006038 or 15358628. OLE color: 15358628.

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

Color convert

RGB 164 90 234 -
CMYK 0.30 0.62 0 0.08
HSL 270.83º 0.77% 0.64% -
HSV(B) 270.83º 0.62% 0.92% -
XYZ 33.82 21.15 80.14 -
YUV 128.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 164 90 234 0.30 0.62 0 0.08 270.83 0.77 0.64
Hex A4 5A EA 1E 3E 0 8 10F 4D 40
Octal 244 132 352 36 76 0 10 417 115 100
Binary 10100100 1011010 11101010 11110 111110 0 1000 100001111 1001101 1000000

Color Harmonies of #A45AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45AEA

Black with #A45AEA

Text Example


Text Example

White with #A45AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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