Html Css Color HEX #A558E6 Amethyst

📋 copy color: '#A558E6'

red 165 ◦ green 88 ◦ blue 230

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

Shades of Amethyst #A558E6

Tints of Amethyst #A558E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 34.16%
G = 18.22%
B = 47.62%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A558E6 (or 0xA558E6) is known color: Amethyst. HEX triplet: A5, 58 and E6. RGB value is (165,88,230). Sum of RGB (Red+Green+Blue) = 165+88+230=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #A558E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558E6 is #5AA719. Grayscale: #7E7E7E. Windows color (decimal): -5941018 or 15095973. OLE color: 15095973.

HSL color Cylindrical-coordinate representation of color #A558E6: hue angle of 272.54º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A558E6 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 88 230 -
CMYK 0.28 0.62 0 0.10
HSL 272.54º 0.74% 0.62% -
HSV(B) 272.54º 0.62% 0.9% -
XYZ 33.29 20.69 77.1 -
YUV 127.21 186.01 154.95 -
System Red Green Blue C M Y K H S L
Decimal 165 88 230 0.28 0.62 0 0.10 272.54 0.74 0.62
Hex A5 58 E6 1C 3E 0 A 111 4A 3E
Octal 245 130 346 34 76 0 12 421 112 76
Binary 10100101 1011000 11100110 11100 111110 0 1010 100010001 1001010 111110

Color Harmonies of #A558E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558E6

Black with #A558E6

Text Example


Text Example

White with #A558E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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