Html Css Color HEX #A558EB Amethyst

📋 copy color: '#A558EB'

red 165 ◦ green 88 ◦ blue 235

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

Shades of Amethyst #A558EB

Tints of Amethyst #A558EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 33.81%
G = 18.03%
B = 48.16%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A558EB (or 0xA558EB) is known color: Amethyst. HEX triplet: A5, 58 and EB. RGB value is (165,88,235). Sum of RGB (Red+Green+Blue) = 165+88+235=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #A558EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558EB is #5AA714. Grayscale: #7F7F7F. Windows color (decimal): -5941013 or 15423653. OLE color: 15423653.

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

Color convert

RGB 165 88 235 -
CMYK 0.30 0.63 0 0.08
HSL 271.43º 0.79% 0.63% -
HSV(B) 271.43º 0.63% 0.92% -
XYZ 34 20.98 80.85 -
YUV 127.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 165 88 235 0.30 0.63 0 0.08 271.43 0.79 0.63
Hex A5 58 EB 1E 3F 0 8 10F 4F 3F
Octal 245 130 353 36 77 0 10 417 117 77
Binary 10100101 1011000 11101011 11110 111111 0 1000 100001111 1001111 111111

Color Harmonies of #A558EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558EB

Black with #A558EB

Text Example


Text Example

White with #A558EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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