Html Css Color HEX #A46EC6 Amethyst

📋 copy color: '#A46EC6'

red 164 ◦ green 110 ◦ blue 198

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

Shades of Amethyst #A46EC6

Tints of Amethyst #A46EC6

RGB

 RED value IS 164 (64.45% from 255) = 34.75%

 GREEN value IS 110 (43.36% from 255) = 23.31%

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

R = 34.75%
G = 23.31%
B = 41.95%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A46EC6 (or 0xA46EC6) is known color: Amethyst. HEX triplet: A4, 6E and C6. RGB value is (164,110,198). Sum of RGB (Red+Green+Blue) = 164+110+198=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #A46EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EC6 is #5B9139. Grayscale: #878787. Windows color (decimal): -6000954 or 13004452. OLE color: 13004452.

HSL color Cylindrical-coordinate representation of color #A46EC6: hue angle of 276.82º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46EC6 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 110 198 -
CMYK 0.17 0.44 0 0.22
HSL 276.82º 0.44% 0.6% -
HSV(B) 276.82º 0.44% 0.78% -
XYZ 31.08 23.12 56.25 -
YUV 136.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 164 110 198 0.17 0.44 0 0.22 276.82 0.44 0.6
Hex A4 6E C6 11 2C 0 16 115 2C 3C
Octal 244 156 306 21 54 0 26 425 54 74
Binary 10100100 1101110 11000110 10001 101100 0 10110 100010101 101100 111100

Color Harmonies of #A46EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EC6

Black with #A46EC6

Text Example


Text Example

White with #A46EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EC6; }

 p { color: rgb(164,110,198); }

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

background-color css

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

 a { background-color: rgb(164,110,198); }

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

border-color css

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

 span { border-color: rgb(164,110,198); }

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