Html Css Color HEX #A46BBE Amethyst

📋 copy color: '#A46BBE'

red 164 ◦ green 107 ◦ blue 190

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

Shades of Amethyst #A46BBE

Tints of Amethyst #A46BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.21%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 35.57%
G = 23.21%
B = 41.21%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A46BBE (or 0xA46BBE) is known color: Amethyst. HEX triplet: A4, 6B and BE. RGB value is (164,107,190). Sum of RGB (Red+Green+Blue) = 164+107+190=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A46BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BBE is #5B9441. Grayscale: #858585. Windows color (decimal): -6001730 or 12479396. OLE color: 12479396.

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

Color convert

RGB 164 107 190 -
CMYK 0.14 0.44 0 0.25
HSL 281.2º 0.39% 0.58% -
HSV(B) 281.2º 0.44% 0.75% -
XYZ 29.86 22.13 51.41 -
YUV 133.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 164 107 190 0.14 0.44 0 0.25 281.2 0.39 0.58
Hex A4 6B BE E 2C 0 19 119 27 3A
Octal 244 153 276 16 54 0 31 431 47 72
Binary 10100100 1101011 10111110 1110 101100 0 11001 100011001 100111 111010

Color Harmonies of #A46BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BBE

Black with #A46BBE

Text Example


Text Example

White with #A46BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BBE; }

 p { color: rgb(164,107,190); }

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

background-color css

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

 a { background-color: rgb(164,107,190); }

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

border-color css

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

 span { border-color: rgb(164,107,190); }

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