Html Css Color HEX #A46EBF Amethyst

📋 copy color: '#A46EBF'

red 164 ◦ green 110 ◦ blue 191

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

Shades of Amethyst #A46EBF

Tints of Amethyst #A46EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.08%

R = 35.27%
G = 23.66%
B = 41.08%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A46EBF (or 0xA46EBF) is known color: Amethyst. HEX triplet: A4, 6E and BF. RGB value is (164,110,191). Sum of RGB (Red+Green+Blue) = 164+110+191=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A46EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EBF is #5B9140. Grayscale: #878787. Windows color (decimal): -6000961 or 12545700. OLE color: 12545700.

HSL color Cylindrical-coordinate representation of color #A46EBF: hue angle of 280º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46EBF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 110 191 -
CMYK 0.14 0.42 0 0.25
HSL 280º 0.39% 0.59% -
HSV(B) 280º 0.42% 0.75% -
XYZ 30.29 22.81 52.1 -
YUV 135.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 164 110 191 0.14 0.42 0 0.25 280 0.39 0.59
Hex A4 6E BF E 2A 0 19 118 27 3B
Octal 244 156 277 16 52 0 31 430 47 73
Binary 10100100 1101110 10111111 1110 101010 0 11001 100011000 100111 111011

Color Harmonies of #A46EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EBF

Black with #A46EBF

Text Example


Text Example

White with #A46EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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