Html Css Color HEX #A671CF Amethyst

📋 copy color: '#A671CF'

red 166 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #A671CF

Tints of Amethyst #A671CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 34.16%
G = 23.25%
B = 42.59%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A671CF (or 0xA671CF) is known color: Amethyst. HEX triplet: A6, 71 and CF. RGB value is (166,113,207). Sum of RGB (Red+Green+Blue) = 166+113+207=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #A671CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671CF is #598E30. Grayscale: #8B8B8B. Windows color (decimal): -5869105 or 13595046. OLE color: 13595046.

HSL color Cylindrical-coordinate representation of color #A671CF: hue angle of 273.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A671CF is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 113 207 -
CMYK 0.20 0.45 0 0.19
HSL 273.83º 0.49% 0.63% -
HSV(B) 273.83º 0.45% 0.81% -
XYZ 32.89 24.42 62.01 -
YUV 139.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 166 113 207 0.20 0.45 0 0.19 273.83 0.49 0.63
Hex A6 71 CF 14 2D 0 13 112 31 3F
Octal 246 161 317 24 55 0 23 422 61 77
Binary 10100110 1110001 11001111 10100 101101 0 10011 100010010 110001 111111

Color Harmonies of #A671CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671CF

Black with #A671CF

Text Example


Text Example

White with #A671CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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