Html Css Color HEX #A672C5 Amethyst

📋 copy color: '#A672C5'

red 166 ◦ green 114 ◦ blue 197

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

Shades of Amethyst #A672C5

Tints of Amethyst #A672C5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 197 (77.34% from 255) = 41.3%

R = 34.8%
G = 23.9%
B = 41.3%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A672C5 (or 0xA672C5) is known color: Amethyst. HEX triplet: A6, 72 and C5. RGB value is (166,114,197). Sum of RGB (Red+Green+Blue) = 166+114+197=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 197 - color contains mainly: blue. Hex color #A672C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672C5 is #598D3A. Grayscale: #8A8A8A. Windows color (decimal): -5868859 or 12939942. OLE color: 12939942.

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

Color convert

RGB 166 114 197 -
CMYK 0.16 0.42 0 0.23
HSL 277.59º 0.42% 0.61% -
HSV(B) 277.59º 0.42% 0.77% -
XYZ 31.82 24.17 55.81 -
YUV 139.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 166 114 197 0.16 0.42 0 0.23 277.59 0.42 0.61
Hex A6 72 C5 10 2A 0 17 116 2A 3D
Octal 246 162 305 20 52 0 27 426 52 75
Binary 10100110 1110010 11000101 10000 101010 0 10111 100010110 101010 111101

Color Harmonies of #A672C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672C5

Black with #A672C5

Text Example


Text Example

White with #A672C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672C5; }

 p { color: rgb(166,114,197); }

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

background-color css

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

 a { background-color: rgb(166,114,197); }

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

border-color css

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

 span { border-color: rgb(166,114,197); }

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