Html Css Color HEX #A558E4 Amethyst

📋 copy color: '#A558E4'

red 165 ◦ green 88 ◦ blue 228

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

Shades of Amethyst #A558E4

Tints of Amethyst #A558E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 34.3%
G = 18.3%
B = 47.4%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A558E4 (or 0xA558E4) is known color: Amethyst. HEX triplet: A5, 58 and E4. RGB value is (165,88,228). Sum of RGB (Red+Green+Blue) = 165+88+228=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #A558E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558E4 is #5AA71B. Grayscale: #7E7E7E. Windows color (decimal): -5941020 or 14964901. OLE color: 14964901.

HSL color Cylindrical-coordinate representation of color #A558E4: hue angle of 273º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A558E4 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 88 228 -
CMYK 0.28 0.61 0 0.11
HSL 273º 0.72% 0.62% -
HSV(B) 273º 0.61% 0.89% -
XYZ 33.01 20.58 75.63 -
YUV 126.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 165 88 228 0.28 0.61 0 0.11 273 0.72 0.62
Hex A5 58 E4 1C 3D 0 B 111 48 3E
Octal 245 130 344 34 75 0 13 421 110 76
Binary 10100101 1011000 11100100 11100 111101 0 1011 100010001 1001000 111110

Color Harmonies of #A558E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558E4

Black with #A558E4

Text Example


Text Example

White with #A558E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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