Html Css Color HEX #A46CDE Amethyst

📋 copy color: '#A46CDE'

red 164 ◦ green 108 ◦ blue 222

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

Shades of Amethyst #A46CDE

Tints of Amethyst #A46CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

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

R = 33.2%
G = 21.86%
B = 44.94%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A46CDE (or 0xA46CDE) is known color: Amethyst. HEX triplet: A4, 6C and DE. RGB value is (164,108,222). Sum of RGB (Red+Green+Blue) = 164+108+222=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #A46CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CDE is #5B9321. Grayscale: #898989. Windows color (decimal): -6001442 or 14576804. OLE color: 14576804.

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

Color convert

RGB 164 108 222 -
CMYK 0.26 0.51 0 0.13
HSL 269.47º 0.63% 0.65% -
HSV(B) 269.47º 0.51% 0.87% -
XYZ 33.86 23.89 71.93 -
YUV 137.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 164 108 222 0.26 0.51 0 0.13 269.47 0.63 0.65
Hex A4 6C DE 1A 33 0 D 10D 3F 41
Octal 244 154 336 32 63 0 15 415 77 101
Binary 10100100 1101100 11011110 11010 110011 0 1101 100001101 111111 1000001

Color Harmonies of #A46CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CDE

Black with #A46CDE

Text Example


Text Example

White with #A46CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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