Html Css Color HEX #A453EC Amethyst

📋 copy color: '#A453EC'

red 164 ◦ green 83 ◦ blue 236

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

Shades of Amethyst #A453EC

Tints of Amethyst #A453EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

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

R = 33.95%
G = 17.18%
B = 48.86%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A453EC (or 0xA453EC) is known color: Amethyst. HEX triplet: A4, 53 and EC. RGB value is (164,83,236). Sum of RGB (Red+Green+Blue) = 164+83+236=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A453EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A453EC is #5BAC13. Grayscale: #7C7C7C. Windows color (decimal): -6007828 or 15487908. OLE color: 15487908.

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

Color convert

RGB 164 83 236 -
CMYK 0.31 0.65 0 0.07
HSL 271.76º 0.8% 0.63% -
HSV(B) 271.76º 0.65% 0.93% -
XYZ 33.54 20.14 81.48 -
YUV 124.66 190.84 156.06 -
System Red Green Blue C M Y K H S L
Decimal 164 83 236 0.31 0.65 0 0.07 271.76 0.8 0.63
Hex A4 53 EC 1F 41 0 7 110 50 3F
Octal 244 123 354 37 101 0 7 420 120 77
Binary 10100100 1010011 11101100 11111 1000001 0 111 100010000 1010000 111111

Color Harmonies of #A453EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453EC

Black with #A453EC

Text Example


Text Example

White with #A453EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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