Html Css Color HEX #A471D1 Amethyst

📋 copy color: '#A471D1'

red 164 ◦ green 113 ◦ blue 209

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

Shades of Amethyst #A471D1

Tints of Amethyst #A471D1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.25%

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

R = 33.74%
G = 23.25%
B = 43%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A471D1 (or 0xA471D1) is known color: Amethyst. HEX triplet: A4, 71 and D1. RGB value is (164,113,209). Sum of RGB (Red+Green+Blue) = 164+113+209=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A471D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471D1 is #5B8E2E. Grayscale: #8A8A8A. Windows color (decimal): -6000175 or 13726116. OLE color: 13726116.

HSL color Cylindrical-coordinate representation of color #A471D1: hue angle of 271.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A471D1 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 113 209 -
CMYK 0.22 0.46 0 0.18
HSL 271.88º 0.51% 0.63% -
HSV(B) 271.88º 0.46% 0.82% -
XYZ 32.72 24.31 63.29 -
YUV 139.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 164 113 209 0.22 0.46 0 0.18 271.88 0.51 0.63
Hex A4 71 D1 16 2E 0 12 110 33 3F
Octal 244 161 321 26 56 0 22 420 63 77
Binary 10100100 1110001 11010001 10110 101110 0 10010 100010000 110011 111111

Color Harmonies of #A471D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471D1

Black with #A471D1

Text Example


Text Example

White with #A471D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471D1; }

 p { color: rgb(164,113,209); }

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

background-color css

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

 a { background-color: rgb(164,113,209); }

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

border-color css

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

 span { border-color: rgb(164,113,209); }

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