Html Css Color HEX #A559DC Amethyst

📋 copy color: '#A559DC'

red 165 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #A559DC

Tints of Amethyst #A559DC

RGB

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

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

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

R = 34.81%
G = 18.78%
B = 46.41%

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

#A559DC (or 0xA559DC) is known color: Amethyst. HEX triplet: A5, 59 and DC. RGB value is (165,89,220). Sum of RGB (Red+Green+Blue) = 165+89+220=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #A559DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559DC is #5AA623. Grayscale: #7E7E7E. Windows color (decimal): -5940772 or 14440869. OLE color: 14440869.

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

Color convert

RGB 165 89 220 -
CMYK 0.25 0.60 0 0.14
HSL 274.81º 0.65% 0.61% -
HSV(B) 274.81º 0.6% 0.86% -
XYZ 32.01 20.31 69.94 -
YUV 126.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 165 89 220 0.25 0.60 0 0.14 274.81 0.65 0.61
Hex A5 59 DC 19 3C 0 E 113 41 3D
Octal 245 131 334 31 74 0 16 423 101 75
Binary 10100101 1011001 11011100 11001 111100 0 1110 100010011 1000001 111101

Color Harmonies of #A559DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559DC

Black with #A559DC

Text Example


Text Example

White with #A559DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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