Html Css Color HEX #A46ADE Amethyst

📋 copy color: '#A46ADE'

red 164 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #A46ADE

Tints of Amethyst #A46ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 33.33%
G = 21.54%
B = 45.12%

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

#A46ADE (or 0xA46ADE) is known color: Amethyst. HEX triplet: A4, 6A and DE. RGB value is (164,106,222). Sum of RGB (Red+Green+Blue) = 164+106+222=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A46ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ADE is #5B9521. Grayscale: #888888. Windows color (decimal): -6001954 or 14576292. OLE color: 14576292.

HSL color Cylindrical-coordinate representation of color #A46ADE: hue angle of 270º degrees, saturation: 0.64, 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 #A46ADE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 106 222 -
CMYK 0.26 0.52 0 0.13
HSL 270º 0.64% 0.64% -
HSV(B) 270º 0.52% 0.87% -
XYZ 33.65 23.47 71.86 -
YUV 136.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 164 106 222 0.26 0.52 0 0.13 270 0.64 0.64
Hex A4 6A DE 1A 34 0 D 10E 40 40
Octal 244 152 336 32 64 0 15 416 100 100
Binary 10100100 1101010 11011110 11010 110100 0 1101 100001110 1000000 1000000

Color Harmonies of #A46ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ADE

Black with #A46ADE

Text Example


Text Example

White with #A46ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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