Html Css Color HEX #A46CC1 Amethyst

📋 copy color: '#A46CC1'

red 164 ◦ green 108 ◦ blue 193

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

Shades of Amethyst #A46CC1

Tints of Amethyst #A46CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 35.27%
G = 23.23%
B = 41.51%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A46CC1 (or 0xA46CC1) is known color: Amethyst. HEX triplet: A4, 6C and C1. RGB value is (164,108,193). Sum of RGB (Red+Green+Blue) = 164+108+193=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #A46CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CC1 is #5B933E. Grayscale: #868686. Windows color (decimal): -6001471 or 12676260. OLE color: 12676260.

HSL color Cylindrical-coordinate representation of color #A46CC1: hue angle of 279.53º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46CC1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 108 193 -
CMYK 0.15 0.44 0 0.24
HSL 279.53º 0.41% 0.59% -
HSV(B) 279.53º 0.44% 0.76% -
XYZ 30.3 22.47 53.19 -
YUV 134.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 164 108 193 0.15 0.44 0 0.24 279.53 0.41 0.59
Hex A4 6C C1 F 2C 0 18 118 29 3B
Octal 244 154 301 17 54 0 30 430 51 73
Binary 10100100 1101100 11000001 1111 101100 0 11000 100011000 101001 111011

Color Harmonies of #A46CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CC1

Black with #A46CC1

Text Example


Text Example

White with #A46CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CC1; }

 p { color: rgb(164,108,193); }

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

background-color css

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

 a { background-color: rgb(164,108,193); }

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

border-color css

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

 span { border-color: rgb(164,108,193); }

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