Html Css Color HEX #A558E9 Amethyst

📋 copy color: '#A558E9'

red 165 ◦ green 88 ◦ blue 233

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

Shades of Amethyst #A558E9

Tints of Amethyst #A558E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.94%

R = 33.95%
G = 18.11%
B = 47.94%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A558E9 (or 0xA558E9) is known color: Amethyst. HEX triplet: A5, 58 and E9. RGB value is (165,88,233). Sum of RGB (Red+Green+Blue) = 165+88+233=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #A558E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558E9 is #5AA716. Grayscale: #7F7F7F. Windows color (decimal): -5941015 or 15292581. OLE color: 15292581.

HSL color Cylindrical-coordinate representation of color #A558E9: hue angle of 271.86º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A558E9 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 88 233 -
CMYK 0.29 0.62 0 0.09
HSL 271.86º 0.77% 0.63% -
HSV(B) 271.86º 0.62% 0.91% -
XYZ 33.71 20.86 79.34 -
YUV 127.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 165 88 233 0.29 0.62 0 0.09 271.86 0.77 0.63
Hex A5 58 E9 1D 3E 0 9 110 4D 3F
Octal 245 130 351 35 76 0 11 420 115 77
Binary 10100101 1011000 11101001 11101 111110 0 1001 100010000 1001101 111111

Color Harmonies of #A558E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558E9

Black with #A558E9

Text Example


Text Example

White with #A558E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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