Html Css Color HEX #A46BD3 Amethyst

📋 copy color: '#A46BD3'

red 164 ◦ green 107 ◦ blue 211

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

Shades of Amethyst #A46BD3

Tints of Amethyst #A46BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.78%

R = 34.02%
G = 22.2%
B = 43.78%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A46BD3 (or 0xA46BD3) is known color: Amethyst. HEX triplet: A4, 6B and D3. RGB value is (164,107,211). Sum of RGB (Red+Green+Blue) = 164+107+211=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #A46BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BD3 is #5B942C. Grayscale: #878787. Windows color (decimal): -6001709 or 13855652. OLE color: 13855652.

HSL color Cylindrical-coordinate representation of color #A46BD3: hue angle of 272.88º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46BD3 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 107 211 -
CMYK 0.22 0.49 0 0.17
HSL 272.88º 0.54% 0.62% -
HSV(B) 272.88º 0.49% 0.83% -
XYZ 32.33 23.11 64.39 -
YUV 135.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 164 107 211 0.22 0.49 0 0.17 272.88 0.54 0.62
Hex A4 6B D3 16 31 0 11 111 36 3E
Octal 244 153 323 26 61 0 21 421 66 76
Binary 10100100 1101011 11010011 10110 110001 0 10001 100010001 110110 111110

Color Harmonies of #A46BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BD3

Black with #A46BD3

Text Example


Text Example

White with #A46BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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