Html Css Color HEX #A559DB Amethyst

📋 copy color: '#A559DB'

red 165 ◦ green 89 ◦ blue 219

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

Shades of Amethyst #A559DB

Tints of Amethyst #A559DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.82%

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

R = 34.88%
G = 18.82%
B = 46.3%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A559DB (or 0xA559DB) is known color: Amethyst. HEX triplet: A5, 59 and DB. RGB value is (165,89,219). Sum of RGB (Red+Green+Blue) = 165+89+219=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #A559DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559DB is #5AA624. Grayscale: #7E7E7E. Windows color (decimal): -5940773 or 14375333. OLE color: 14375333.

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

Color convert

RGB 165 89 219 -
CMYK 0.25 0.59 0 0.14
HSL 275.08º 0.64% 0.6% -
HSV(B) 275.08º 0.59% 0.86% -
XYZ 31.88 20.26 69.25 -
YUV 126.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 165 89 219 0.25 0.59 0 0.14 275.08 0.64 0.6
Hex A5 59 DB 19 3B 0 E 113 40 3C
Octal 245 131 333 31 73 0 16 423 100 74
Binary 10100101 1011001 11011011 11001 111011 0 1110 100010011 1000000 111100

Color Harmonies of #A559DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559DB

Black with #A559DB

Text Example


Text Example

White with #A559DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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