Html Css Color HEX #A558DB Amethyst

📋 copy color: '#A558DB'

red 165 ◦ green 88 ◦ blue 219

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

Shades of Amethyst #A558DB

Tints of Amethyst #A558DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 34.96%
G = 18.64%
B = 46.4%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A558DB (or 0xA558DB) is known color: Amethyst. HEX triplet: A5, 58 and DB. RGB value is (165,88,219). Sum of RGB (Red+Green+Blue) = 165+88+219=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #A558DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A558DB is #5AA724. Grayscale: #7D7D7D. Windows color (decimal): -5941029 or 14375077. OLE color: 14375077.

HSL color Cylindrical-coordinate representation of color #A558DB: hue angle of 275.27º 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 #A558DB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 88 219 -
CMYK 0.25 0.60 0 0.14
HSL 275.27º 0.65% 0.6% -
HSV(B) 275.27º 0.6% 0.86% -
XYZ 31.79 20.09 69.22 -
YUV 125.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 165 88 219 0.25 0.60 0 0.14 275.27 0.65 0.6
Hex A5 58 DB 19 3C 0 E 113 41 3C
Octal 245 130 333 31 74 0 16 423 101 74
Binary 10100101 1011000 11011011 11001 111100 0 1110 100010011 1000001 111100

Color Harmonies of #A558DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558DB

Black with #A558DB

Text Example


Text Example

White with #A558DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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