Html Css Color HEX #A459DD Amethyst

📋 copy color: '#A459DD'

red 164 ◦ green 89 ◦ blue 221

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

Shades of Amethyst #A459DD

Tints of Amethyst #A459DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 34.6%
G = 18.78%
B = 46.62%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A459DD (or 0xA459DD) is known color: Amethyst. HEX triplet: A4, 59 and DD. RGB value is (164,89,221). Sum of RGB (Red+Green+Blue) = 164+89+221=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #A459DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459DD is #5BA622. Grayscale: #7E7E7E. Windows color (decimal): -6006307 or 14506404. OLE color: 14506404.

HSL color Cylindrical-coordinate representation of color #A459DD: hue angle of 274.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A459DD is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 89 221 -
CMYK 0.26 0.60 0 0.13
HSL 274.09º 0.66% 0.61% -
HSV(B) 274.09º 0.6% 0.87% -
XYZ 31.93 20.26 70.63 -
YUV 126.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 164 89 221 0.26 0.60 0 0.13 274.09 0.66 0.61
Hex A4 59 DD 1A 3C 0 D 112 42 3D
Octal 244 131 335 32 74 0 15 422 102 75
Binary 10100100 1011001 11011101 11010 111100 0 1101 100010010 1000010 111101

Color Harmonies of #A459DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A459DD

Black with #A459DD

Text Example


Text Example

White with #A459DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A459DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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