Html Css Color HEX #A664C6 Amethyst

📋 copy color: '#A664C6'

red 166 ◦ green 100 ◦ blue 198

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

Shades of Amethyst #A664C6

Tints of Amethyst #A664C6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

 BLUE value IS 198 (77.73% from 255) = 42.67%

R = 35.78%
G = 21.55%
B = 42.67%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A664C6 (or 0xA664C6) is known color: Amethyst. HEX triplet: A6, 64 and C6. RGB value is (166,100,198). Sum of RGB (Red+Green+Blue) = 166+100+198=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #A664C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664C6 is #599B39. Grayscale: #828282. Windows color (decimal): -5872442 or 13001894. OLE color: 13001894.

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

Color convert

RGB 166 100 198 -
CMYK 0.16 0.49 0 0.22
HSL 280.41º 0.46% 0.58% -
HSV(B) 280.41º 0.49% 0.78% -
XYZ 30.48 21.3 55.93 -
YUV 130.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 166 100 198 0.16 0.49 0 0.22 280.41 0.46 0.58
Hex A6 64 C6 10 31 0 16 118 2E 3A
Octal 246 144 306 20 61 0 26 430 56 72
Binary 10100110 1100100 11000110 10000 110001 0 10110 100011000 101110 111010

Color Harmonies of #A664C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664C6

Black with #A664C6

Text Example


Text Example

White with #A664C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664C6; }

 p { color: rgb(166,100,198); }

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

background-color css

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

 a { background-color: rgb(166,100,198); }

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

border-color css

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

 span { border-color: rgb(166,100,198); }

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