Html Css Color HEX #A46ADC Amethyst

📋 copy color: '#A46ADC'

red 164 ◦ green 106 ◦ blue 220

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

Shades of Amethyst #A46ADC

Tints of Amethyst #A46ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 33.47%
G = 21.63%
B = 44.9%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A46ADC (or 0xA46ADC) is known color: Amethyst. HEX triplet: A4, 6A and DC. RGB value is (164,106,220). Sum of RGB (Red+Green+Blue) = 164+106+220=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #A46ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ADC is #5B9523. Grayscale: #878787. Windows color (decimal): -6001956 or 14445220. OLE color: 14445220.

HSL color Cylindrical-coordinate representation of color #A46ADC: hue angle of 270.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46ADC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 106 220 -
CMYK 0.25 0.52 0 0.14
HSL 270.53º 0.62% 0.64% -
HSV(B) 270.53º 0.52% 0.86% -
XYZ 33.38 23.37 70.46 -
YUV 136.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 164 106 220 0.25 0.52 0 0.14 270.53 0.62 0.64
Hex A4 6A DC 19 34 0 E 10F 3E 40
Octal 244 152 334 31 64 0 16 417 76 100
Binary 10100100 1101010 11011100 11001 110100 0 1110 100001111 111110 1000000

Color Harmonies of #A46ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ADC

Black with #A46ADC

Text Example


Text Example

White with #A46ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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