Html Css Color HEX #A558D0 Amethyst

📋 copy color: '#A558D0'

red 165 ◦ green 88 ◦ blue 208

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

Shades of Amethyst #A558D0

Tints of Amethyst #A558D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.12%

R = 35.79%
G = 19.09%
B = 45.12%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A558D0 (or 0xA558D0) is known color: Amethyst. HEX triplet: A5, 58 and D0. RGB value is (165,88,208). Sum of RGB (Red+Green+Blue) = 165+88+208=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #A558D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558D0 is #5AA72F. Grayscale: #7C7C7C. Windows color (decimal): -5941040 or 13654181. OLE color: 13654181.

HSL color Cylindrical-coordinate representation of color #A558D0: hue angle of 278.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A558D0 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 88 208 -
CMYK 0.21 0.58 0 0.18
HSL 278.5º 0.56% 0.58% -
HSV(B) 278.5º 0.58% 0.82% -
XYZ 30.39 19.53 61.84 -
YUV 124.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 165 88 208 0.21 0.58 0 0.18 278.5 0.56 0.58
Hex A5 58 D0 15 3A 0 12 116 38 3A
Octal 245 130 320 25 72 0 22 426 70 72
Binary 10100101 1011000 11010000 10101 111010 0 10010 100010110 111000 111010

Color Harmonies of #A558D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558D0

Black with #A558D0

Text Example


Text Example

White with #A558D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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