Html Css Color HEX #A46BDB Amethyst

📋 copy color: '#A46BDB'

red 164 ◦ green 107 ◦ blue 219

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

Shades of Amethyst #A46BDB

Tints of Amethyst #A46BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 33.47%
G = 21.84%
B = 44.69%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A46BDB (or 0xA46BDB) is known color: Amethyst. HEX triplet: A4, 6B and DB. RGB value is (164,107,219). Sum of RGB (Red+Green+Blue) = 164+107+219=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A46BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BDB is #5B9424. Grayscale: #888888. Windows color (decimal): -6001701 or 14379940. OLE color: 14379940.

HSL color Cylindrical-coordinate representation of color #A46BDB: hue angle of 270.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A46BDB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 107 219 -
CMYK 0.25 0.51 0 0.14
HSL 270.54º 0.61% 0.64% -
HSV(B) 270.54º 0.51% 0.86% -
XYZ 33.35 23.52 69.8 -
YUV 136.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 164 107 219 0.25 0.51 0 0.14 270.54 0.61 0.64
Hex A4 6B DB 19 33 0 E 10F 3D 40
Octal 244 153 333 31 63 0 16 417 75 100
Binary 10100100 1101011 11011011 11001 110011 0 1110 100001111 111101 1000000

Color Harmonies of #A46BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BDB

Black with #A46BDB

Text Example


Text Example

White with #A46BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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