Html Css Color HEX #A46AD2 Amethyst

📋 copy color: '#A46AD2'

red 164 ◦ green 106 ◦ blue 210

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

Shades of Amethyst #A46AD2

Tints of Amethyst #A46AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 34.17%
G = 22.08%
B = 43.75%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A46AD2 (or 0xA46AD2) is known color: Amethyst. HEX triplet: A4, 6A and D2. RGB value is (164,106,210). Sum of RGB (Red+Green+Blue) = 164+106+210=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #A46AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46AD2 is #5B952D. Grayscale: #868686. Windows color (decimal): -6001966 or 13789860. OLE color: 13789860.

HSL color Cylindrical-coordinate representation of color #A46AD2: hue angle of 273.46º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46AD2 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 106 210 -
CMYK 0.22 0.50 0 0.18
HSL 273.46º 0.54% 0.62% -
HSV(B) 273.46º 0.5% 0.82% -
XYZ 32.1 22.85 63.69 -
YUV 135.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 164 106 210 0.22 0.50 0 0.18 273.46 0.54 0.62
Hex A4 6A D2 16 32 0 12 111 36 3E
Octal 244 152 322 26 62 0 22 421 66 76
Binary 10100100 1101010 11010010 10110 110010 0 10010 100010001 110110 111110

Color Harmonies of #A46AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46AD2

Black with #A46AD2

Text Example


Text Example

White with #A46AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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