Html Css Color HEX #A672D5 Amethyst

📋 copy color: '#A672D5'

red 166 ◦ green 114 ◦ blue 213

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

Shades of Amethyst #A672D5

Tints of Amethyst #A672D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 33.67%
G = 23.12%
B = 43.2%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A672D5 (or 0xA672D5) is known color: Amethyst. HEX triplet: A6, 72 and D5. RGB value is (166,114,213). Sum of RGB (Red+Green+Blue) = 166+114+213=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #A672D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672D5 is #598D2A. Grayscale: #8C8C8C. Windows color (decimal): -5868843 or 13988518. OLE color: 13988518.

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

Color convert

RGB 166 114 213 -
CMYK 0.22 0.46 0 0.16
HSL 271.52º 0.54% 0.64% -
HSV(B) 271.52º 0.46% 0.84% -
XYZ 33.75 24.95 65.99 -
YUV 140.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 166 114 213 0.22 0.46 0 0.16 271.52 0.54 0.64
Hex A6 72 D5 16 2E 0 10 110 36 40
Octal 246 162 325 26 56 0 20 420 66 100
Binary 10100110 1110010 11010101 10110 101110 0 10000 100010000 110110 1000000

Color Harmonies of #A672D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672D5

Black with #A672D5

Text Example


Text Example

White with #A672D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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