Html Css Color HEX #A671D4 Amethyst

📋 copy color: '#A671D4'

red 166 ◦ green 113 ◦ blue 212

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

Shades of Amethyst #A671D4

Tints of Amethyst #A671D4

RGB

 RED value IS 166 (65.23% from 255) = 33.81%

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

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 33.81%
G = 23.01%
B = 43.18%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A671D4 (or 0xA671D4) is known color: Amethyst. HEX triplet: A6, 71 and D4. RGB value is (166,113,212). Sum of RGB (Red+Green+Blue) = 166+113+212=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #A671D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671D4 is #598E2B. Grayscale: #8B8B8B. Windows color (decimal): -5869100 or 13922726. OLE color: 13922726.

HSL color Cylindrical-coordinate representation of color #A671D4: hue angle of 272.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A671D4 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 113 212 -
CMYK 0.22 0.47 0 0.17
HSL 272.12º 0.54% 0.64% -
HSV(B) 272.12º 0.47% 0.83% -
XYZ 33.51 24.67 65.28 -
YUV 140.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 166 113 212 0.22 0.47 0 0.17 272.12 0.54 0.64
Hex A6 71 D4 16 2F 0 11 110 36 40
Octal 246 161 324 26 57 0 21 420 66 100
Binary 10100110 1110001 11010100 10110 101111 0 10001 100010000 110110 1000000

Color Harmonies of #A671D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671D4

Black with #A671D4

Text Example


Text Example

White with #A671D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671D4; }

 p { color: rgb(166,113,212); }

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

background-color css

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

 a { background-color: rgb(166,113,212); }

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

border-color css

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

 span { border-color: rgb(166,113,212); }

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