Html Css Color HEX #A558EC Amethyst

📋 copy color: '#A558EC'

red 165 ◦ green 88 ◦ blue 236

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

Shades of Amethyst #A558EC

Tints of Amethyst #A558EC

RGB

 RED value IS 165 (64.84% from 255) = 33.74%

 GREEN value IS 88 (34.77% from 255) = 18%

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

R = 33.74%
G = 18%
B = 48.26%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A558EC (or 0xA558EC) is known color: Amethyst. HEX triplet: A5, 58 and EC. RGB value is (165,88,236). Sum of RGB (Red+Green+Blue) = 165+88+236=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #A558EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558EC is #5AA713. Grayscale: #7F7F7F. Windows color (decimal): -5941012 or 15489189. OLE color: 15489189.

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

Color convert

RGB 165 88 236 -
CMYK 0.30 0.63 0 0.07
HSL 271.22º 0.8% 0.64% -
HSV(B) 271.22º 0.63% 0.93% -
XYZ 34.15 21.03 81.62 -
YUV 127.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 165 88 236 0.30 0.63 0 0.07 271.22 0.8 0.64
Hex A5 58 EC 1E 3F 0 7 10F 50 40
Octal 245 130 354 36 77 0 7 417 120 100
Binary 10100101 1011000 11101100 11110 111111 0 111 100001111 1010000 1000000

Color Harmonies of #A558EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558EC

Black with #A558EC

Text Example


Text Example

White with #A558EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558EC; }

 p { color: rgb(165,88,236); }

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

background-color css

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

 a { background-color: rgb(165,88,236); }

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

border-color css

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

 span { border-color: rgb(165,88,236); }

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