Html Css Color HEX #A558ED Amethyst

📋 copy color: '#A558ED'

red 165 ◦ green 88 ◦ blue 237

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

Shades of Amethyst #A558ED

Tints of Amethyst #A558ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 33.67%
G = 17.96%
B = 48.37%

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

#A558ED (or 0xA558ED) is known color: Amethyst. HEX triplet: A5, 58 and ED. RGB value is (165,88,237). Sum of RGB (Red+Green+Blue) = 165+88+237=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #A558ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A558ED is #5AA712. Grayscale: #7F7F7F. Windows color (decimal): -5941011 or 15554725. OLE color: 15554725.

HSL color Cylindrical-coordinate representation of color #A558ED: hue angle of 271.01º degrees, saturation: 0.81, 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 #A558ED is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 88 237 -
CMYK 0.30 0.63 0 0.07
HSL 271.01º 0.81% 0.64% -
HSV(B) 271.01º 0.63% 0.93% -
XYZ 34.29 21.09 82.38 -
YUV 128.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 165 88 237 0.30 0.63 0 0.07 271.01 0.81 0.64
Hex A5 58 ED 1E 3F 0 7 10F 51 40
Octal 245 130 355 36 77 0 7 417 121 100
Binary 10100101 1011000 11101101 11110 111111 0 111 100001111 1010001 1000000

Color Harmonies of #A558ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558ED

Black with #A558ED

Text Example


Text Example

White with #A558ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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