Html Css Color HEX #A46ADD Amethyst

📋 copy color: '#A46ADD'

red 164 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #A46ADD

Tints of Amethyst #A46ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 33.4%
G = 21.59%
B = 45.01%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A46ADD (or 0xA46ADD) is known color: Amethyst. HEX triplet: A4, 6A and DD. RGB value is (164,106,221). Sum of RGB (Red+Green+Blue) = 164+106+221=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A46ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ADD is #5B9522. Grayscale: #888888. Windows color (decimal): -6001955 or 14510756. OLE color: 14510756.

HSL color Cylindrical-coordinate representation of color #A46ADD: hue angle of 270.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46ADD is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 106 221 -
CMYK 0.26 0.52 0 0.13
HSL 270.26º 0.63% 0.64% -
HSV(B) 270.26º 0.52% 0.87% -
XYZ 33.52 23.42 71.16 -
YUV 136.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 164 106 221 0.26 0.52 0 0.13 270.26 0.63 0.64
Hex A4 6A DD 1A 34 0 D 10E 3F 40
Octal 244 152 335 32 64 0 15 416 77 100
Binary 10100100 1101010 11011101 11010 110100 0 1101 100001110 111111 1000000

Color Harmonies of #A46ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ADD

Black with #A46ADD

Text Example


Text Example

White with #A46ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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