Html Css Color HEX #A259DC Amethyst

📋 copy color: '#A259DC'

red 162 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #A259DC

Tints of Amethyst #A259DC

RGB

 RED value IS 162 (63.67% from 255) = 34.39%

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

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

R = 34.39%
G = 18.9%
B = 46.71%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A259DC (or 0xA259DC) is known color: Amethyst. HEX triplet: A2, 59 and DC. RGB value is (162,89,220). Sum of RGB (Red+Green+Blue) = 162+89+220=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #A259DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A259DC is #5DA623. Grayscale: #7D7D7D. Windows color (decimal): -6137380 or 14440866. OLE color: 14440866.

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

Color convert

RGB 162 89 220 -
CMYK 0.26 0.60 0 0.14
HSL 273.44º 0.65% 0.61% -
HSV(B) 273.44º 0.6% 0.86% -
XYZ 31.39 19.99 69.91 -
YUV 125.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 162 89 220 0.26 0.60 0 0.14 273.44 0.65 0.61
Hex A2 59 DC 1A 3C 0 E 111 41 3D
Octal 242 131 334 32 74 0 16 421 101 75
Binary 10100010 1011001 11011100 11010 111100 0 1110 100010001 1000001 111101

Color Harmonies of #A259DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A259DC

Black with #A259DC

Text Example


Text Example

White with #A259DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A259DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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