Html Css Color HEX #A558DC Amethyst

📋 copy color: '#A558DC'

red 165 ◦ green 88 ◦ blue 220

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

Shades of Amethyst #A558DC

Tints of Amethyst #A558DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 34.88%
G = 18.6%
B = 46.51%

CMYK

 C value IS 0.25

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A558DC (or 0xA558DC) is known color: Amethyst. HEX triplet: A5, 58 and DC. RGB value is (165,88,220). Sum of RGB (Red+Green+Blue) = 165+88+220=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A558DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558DC is #5AA723. Grayscale: #7D7D7D. Windows color (decimal): -5941028 or 14440613. OLE color: 14440613.

HSL color Cylindrical-coordinate representation of color #A558DC: hue angle of 275º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A558DC is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 88 220 -
CMYK 0.25 0.6 0 0.14
HSL 275º 0.65% 0.6% -
HSV(B) 275º 0.6% 0.86% -
XYZ 31.93 20.15 69.92 -
YUV 126.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 165 88 220 0.25 0.6 0 0.14 275 0.65 0.6
Hex A5 58 DC 19 3C 0 E 113 41 3C
Octal 245 130 334 31 74 0 16 423 101 74
Binary 10100101 1011000 11011100 11001 111100 0 1110 100010011 1000001 111100

Color Harmonies of #A558DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558DC

Black with #A558DC

Text Example


Text Example

White with #A558DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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