Html Css Color HEX #A471D6 Amethyst

📋 copy color: '#A471D6'

red 164 ◦ green 113 ◦ blue 214

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

Shades of Amethyst #A471D6

Tints of Amethyst #A471D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 33.4%
G = 23.01%
B = 43.58%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A471D6 (or 0xA471D6) is known color: Amethyst. HEX triplet: A4, 71 and D6. RGB value is (164,113,214). Sum of RGB (Red+Green+Blue) = 164+113+214=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #A471D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471D6 is #5B8E29. Grayscale: #8B8B8B. Windows color (decimal): -6000170 or 14053796. OLE color: 14053796.

HSL color Cylindrical-coordinate representation of color #A471D6: hue angle of 270.3º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A471D6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 113 214 -
CMYK 0.23 0.47 0 0.16
HSL 270.3º 0.55% 0.64% -
HSV(B) 270.3º 0.47% 0.84% -
XYZ 33.35 24.56 66.6 -
YUV 139.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 164 113 214 0.23 0.47 0 0.16 270.3 0.55 0.64
Hex A4 71 D6 17 2F 0 10 10E 37 40
Octal 244 161 326 27 57 0 20 416 67 100
Binary 10100100 1110001 11010110 10111 101111 0 10000 100001110 110111 1000000

Color Harmonies of #A471D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471D6

Black with #A471D6

Text Example


Text Example

White with #A471D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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