Html Css Color HEX #A46DCA Amethyst

📋 copy color: '#A46DCA'

red 164 ◦ green 109 ◦ blue 202

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

Shades of Amethyst #A46DCA

Tints of Amethyst #A46DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.95%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 34.53%
G = 22.95%
B = 42.53%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A46DCA (or 0xA46DCA) is known color: Amethyst. HEX triplet: A4, 6D and CA. RGB value is (164,109,202). Sum of RGB (Red+Green+Blue) = 164+109+202=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A46DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCA is #5B9235. Grayscale: #878787. Windows color (decimal): -6001206 or 13266340. OLE color: 13266340.

HSL color Cylindrical-coordinate representation of color #A46DCA: hue angle of 275.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46DCA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 109 202 -
CMYK 0.19 0.46 0 0.21
HSL 275.48º 0.47% 0.61% -
HSV(B) 275.48º 0.46% 0.79% -
XYZ 31.44 23.09 58.68 -
YUV 136.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 164 109 202 0.19 0.46 0 0.21 275.48 0.47 0.61
Hex A4 6D CA 13 2E 0 15 113 2F 3D
Octal 244 155 312 23 56 0 25 423 57 75
Binary 10100100 1101101 11001010 10011 101110 0 10101 100010011 101111 111101

Color Harmonies of #A46DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DCA

Black with #A46DCA

Text Example


Text Example

White with #A46DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DCA; }

 p { color: rgb(164,109,202); }

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

background-color css

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

 a { background-color: rgb(164,109,202); }

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

border-color css

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

 span { border-color: rgb(164,109,202); }

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