Html Css Color HEX #A457DD Amethyst

📋 copy color: '#A457DD'

red 164 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #A457DD

Tints of Amethyst #A457DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.43%

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

R = 34.75%
G = 18.43%
B = 46.82%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A457DD (or 0xA457DD) is known color: Amethyst. HEX triplet: A4, 57 and DD. RGB value is (164,87,221). Sum of RGB (Red+Green+Blue) = 164+87+221=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A457DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A457DD is #5BA822. Grayscale: #7C7C7C. Windows color (decimal): -6006819 or 14505892. OLE color: 14505892.

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

Color convert

RGB 164 87 221 -
CMYK 0.26 0.61 0 0.13
HSL 274.48º 0.66% 0.6% -
HSV(B) 274.48º 0.61% 0.87% -
XYZ 31.77 19.93 70.58 -
YUV 125.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 164 87 221 0.26 0.61 0 0.13 274.48 0.66 0.6
Hex A4 57 DD 1A 3D 0 D 112 42 3C
Octal 244 127 335 32 75 0 15 422 102 74
Binary 10100100 1010111 11011101 11010 111101 0 1101 100010010 1000010 111100

Color Harmonies of #A457DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A457DD

Black with #A457DD

Text Example


Text Example

White with #A457DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A457DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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