Html Css Color HEX #A459DC Amethyst

📋 copy color: '#A459DC'

red 164 ◦ green 89 ◦ blue 220

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

Shades of Amethyst #A459DC

Tints of Amethyst #A459DC

RGB

 RED value IS 164 (64.45% from 255) = 34.67%

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

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

R = 34.67%
G = 18.82%
B = 46.51%

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

#A459DC (or 0xA459DC) is known color: Amethyst. HEX triplet: A4, 59 and DC. RGB value is (164,89,220). Sum of RGB (Red+Green+Blue) = 164+89+220=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A459DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459DC is #5BA623. Grayscale: #7D7D7D. Windows color (decimal): -6006308 or 14440868. OLE color: 14440868.

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

Color convert

RGB 164 89 220 -
CMYK 0.25 0.60 0 0.14
HSL 274.35º 0.65% 0.61% -
HSV(B) 274.35º 0.6% 0.86% -
XYZ 31.8 20.2 69.93 -
YUV 126.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 164 89 220 0.25 0.60 0 0.14 274.35 0.65 0.61
Hex A4 59 DC 19 3C 0 E 112 41 3D
Octal 244 131 334 31 74 0 16 422 101 75
Binary 10100100 1011001 11011100 11001 111100 0 1110 100010010 1000001 111101

Color Harmonies of #A459DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A459DC

Black with #A459DC

Text Example


Text Example

White with #A459DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A459DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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