Html Css Color HEX #A57AD1 Amethyst

📋 copy color: '#A57AD1'

red 165 ◦ green 122 ◦ blue 209

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

Shades of Amethyst #A57AD1

Tints of Amethyst #A57AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.6%

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 33.27%
G = 24.6%
B = 42.14%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A57AD1 (or 0xA57AD1) is known color: Amethyst. HEX triplet: A5, 7A and D1. RGB value is (165,122,209). Sum of RGB (Red+Green+Blue) = 165+122+209=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #A57AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57AD1 is #5A852E. Grayscale: #909090. Windows color (decimal): -5932335 or 13728421. OLE color: 13728421.

HSL color Cylindrical-coordinate representation of color #A57AD1: hue angle of 269.66º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A57AD1 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 122 209 -
CMYK 0.21 0.42 0 0.18
HSL 269.66º 0.49% 0.65% -
HSV(B) 269.66º 0.42% 0.82% -
XYZ 33.99 26.52 63.65 -
YUV 144.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 165 122 209 0.21 0.42 0 0.18 269.66 0.49 0.65
Hex A5 7A D1 15 2A 0 12 10E 31 41
Octal 245 172 321 25 52 0 22 416 61 101
Binary 10100101 1111010 11010001 10101 101010 0 10010 100001110 110001 1000001

Color Harmonies of #A57AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57AD1

Black with #A57AD1

Text Example


Text Example

White with #A57AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57AD1; }

 p { color: rgb(165,122,209); }

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

background-color css

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

 a { background-color: rgb(165,122,209); }

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

border-color css

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

 span { border-color: rgb(165,122,209); }

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