Html Css Color HEX #A454EC Amethyst

📋 copy color: '#A454EC'

red 164 ◦ green 84 ◦ blue 236

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

Shades of Amethyst #A454EC

Tints of Amethyst #A454EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.36%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 33.88%
G = 17.36%
B = 48.76%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A454EC (or 0xA454EC) is known color: Amethyst. HEX triplet: A4, 54 and EC. RGB value is (164,84,236). Sum of RGB (Red+Green+Blue) = 164+84+236=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A454EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A454EC is #5BAB13. Grayscale: #7C7C7C. Windows color (decimal): -6007572 or 15488164. OLE color: 15488164.

HSL color Cylindrical-coordinate representation of color #A454EC: hue angle of 271.58º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A454EC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 84 236 -
CMYK 0.31 0.64 0 0.07
HSL 271.58º 0.8% 0.63% -
HSV(B) 271.58º 0.64% 0.93% -
XYZ 33.62 20.29 81.5 -
YUV 125.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 164 84 236 0.31 0.64 0 0.07 271.58 0.8 0.63
Hex A4 54 EC 1F 40 0 7 110 50 3F
Octal 244 124 354 37 100 0 7 420 120 77
Binary 10100100 1010100 11101100 11111 1000000 0 111 100010000 1010000 111111

Color Harmonies of #A454EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454EC

Black with #A454EC

Text Example


Text Example

White with #A454EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454EC; }

 p { color: rgb(164,84,236); }

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

background-color css

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

 a { background-color: rgb(164,84,236); }

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

border-color css

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

 span { border-color: rgb(164,84,236); }

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