Html Css Color HEX #A673C4 Amethyst

📋 copy color: '#A673C4'

red 166 ◦ green 115 ◦ blue 196

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

Shades of Amethyst #A673C4

Tints of Amethyst #A673C4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.11%

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 34.8%
G = 24.11%
B = 41.09%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A673C4 (or 0xA673C4) is known color: Amethyst. HEX triplet: A6, 73 and C4. RGB value is (166,115,196). Sum of RGB (Red+Green+Blue) = 166+115+196=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #A673C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673C4 is #598C3B. Grayscale: #8B8B8B. Windows color (decimal): -5868604 or 12874662. OLE color: 12874662.

HSL color Cylindrical-coordinate representation of color #A673C4: hue angle of 277.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A673C4 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 115 196 -
CMYK 0.15 0.41 0 0.23
HSL 277.78º 0.41% 0.61% -
HSV(B) 277.78º 0.41% 0.77% -
XYZ 31.82 24.35 55.25 -
YUV 139.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 166 115 196 0.15 0.41 0 0.23 277.78 0.41 0.61
Hex A6 73 C4 F 29 0 17 116 29 3D
Octal 246 163 304 17 51 0 27 426 51 75
Binary 10100110 1110011 11000100 1111 101001 0 10111 100010110 101001 111101

Color Harmonies of #A673C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673C4

Black with #A673C4

Text Example


Text Example

White with #A673C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673C4; }

 p { color: rgb(166,115,196); }

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

background-color css

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

 a { background-color: rgb(166,115,196); }

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

border-color css

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

 span { border-color: rgb(166,115,196); }

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