Html Css Color HEX #A46ADA Amethyst

📋 copy color: '#A46ADA'

red 164 ◦ green 106 ◦ blue 218

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

Shades of Amethyst #A46ADA

Tints of Amethyst #A46ADA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

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

R = 33.61%
G = 21.72%
B = 44.67%

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

#A46ADA (or 0xA46ADA) is known color: Amethyst. HEX triplet: A4, 6A and DA. RGB value is (164,106,218). Sum of RGB (Red+Green+Blue) = 164+106+218=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A46ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ADA is #5B9525. Grayscale: #878787. Windows color (decimal): -6001958 or 14314148. OLE color: 14314148.

HSL color Cylindrical-coordinate representation of color #A46ADA: hue angle of 271.07º 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 #A46ADA is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 106 218 -
CMYK 0.25 0.51 0 0.15
HSL 271.07º 0.6% 0.64% -
HSV(B) 271.07º 0.51% 0.85% -
XYZ 33.12 23.26 69.07 -
YUV 136.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 164 106 218 0.25 0.51 0 0.15 271.07 0.6 0.64
Hex A4 6A DA 19 33 0 F 10F 3C 40
Octal 244 152 332 31 63 0 17 417 74 100
Binary 10100100 1101010 11011010 11001 110011 0 1111 100001111 111100 1000000

Color Harmonies of #A46ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ADA

Black with #A46ADA

Text Example


Text Example

White with #A46ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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