Html Css Color HEX #A46BDA Amethyst

📋 copy color: '#A46BDA'

red 164 ◦ green 107 ◦ blue 218

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

Shades of Amethyst #A46BDA

Tints of Amethyst #A46BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 33.54%
G = 21.88%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A46BDA (or 0xA46BDA) is known color: Amethyst. HEX triplet: A4, 6B and DA. RGB value is (164,107,218). Sum of RGB (Red+Green+Blue) = 164+107+218=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #A46BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BDA is #5B9425. Grayscale: #888888. Windows color (decimal): -6001702 or 14314404. OLE color: 14314404.

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

Color convert

RGB 164 107 218 -
CMYK 0.25 0.51 0 0.15
HSL 270.81º 0.6% 0.64% -
HSV(B) 270.81º 0.51% 0.85% -
XYZ 33.22 23.47 69.11 -
YUV 136.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 164 107 218 0.25 0.51 0 0.15 270.81 0.6 0.64
Hex A4 6B DA 19 33 0 F 10F 3C 40
Octal 244 153 332 31 63 0 17 417 74 100
Binary 10100100 1101011 11011010 11001 110011 0 1111 100001111 111100 1000000

Color Harmonies of #A46BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BDA

Black with #A46BDA

Text Example


Text Example

White with #A46BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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