Html Css Color HEX #A456EC Amethyst

📋 copy color: '#A456EC'

red 164 ◦ green 86 ◦ blue 236

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

Shades of Amethyst #A456EC

Tints of Amethyst #A456EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.7%

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

R = 33.74%
G = 17.7%
B = 48.56%

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

#A456EC (or 0xA456EC) is known color: Amethyst. HEX triplet: A4, 56 and EC. RGB value is (164,86,236). Sum of RGB (Red+Green+Blue) = 164+86+236=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A456EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A456EC is #5BA913. Grayscale: #7D7D7D. Windows color (decimal): -6007060 or 15488676. OLE color: 15488676.

HSL color Cylindrical-coordinate representation of color #A456EC: hue angle of 271.2º 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 #A456EC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 86 236 -
CMYK 0.31 0.64 0 0.07
HSL 271.2º 0.8% 0.63% -
HSV(B) 271.2º 0.64% 0.93% -
XYZ 33.78 20.6 81.55 -
YUV 126.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 164 86 236 0.31 0.64 0 0.07 271.2 0.8 0.63
Hex A4 56 EC 1F 40 0 7 10F 50 3F
Octal 244 126 354 37 100 0 7 417 120 77
Binary 10100100 1010110 11101100 11111 1000000 0 111 100001111 1010000 111111

Color Harmonies of #A456EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A456EC

Black with #A456EC

Text Example


Text Example

White with #A456EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A456EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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