Html Css Color HEX #A671D7 Amethyst

📋 copy color: '#A671D7'

red 166 ◦ green 113 ◦ blue 215

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

Shades of Amethyst #A671D7

Tints of Amethyst #A671D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 33.6%
G = 22.87%
B = 43.52%

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

#A671D7 (or 0xA671D7) is known color: Amethyst. HEX triplet: A6, 71 and D7. RGB value is (166,113,215). Sum of RGB (Red+Green+Blue) = 166+113+215=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #A671D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671D7 is #598E28. Grayscale: #8C8C8C. Windows color (decimal): -5869097 or 14119334. OLE color: 14119334.

HSL color Cylindrical-coordinate representation of color #A671D7: hue angle of 271.18º degrees, saturation: 0.56, 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 #A671D7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 113 215 -
CMYK 0.23 0.47 0 0.16
HSL 271.18º 0.56% 0.64% -
HSV(B) 271.18º 0.47% 0.84% -
XYZ 33.9 24.82 67.29 -
YUV 140.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 166 113 215 0.23 0.47 0 0.16 271.18 0.56 0.64
Hex A6 71 D7 17 2F 0 10 10F 38 40
Octal 246 161 327 27 57 0 20 417 70 100
Binary 10100110 1110001 11010111 10111 101111 0 10000 100001111 111000 1000000

Color Harmonies of #A671D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671D7

Black with #A671D7

Text Example


Text Example

White with #A671D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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