Html Css Color HEX #A46DCE Amethyst

📋 copy color: '#A46DCE'

red 164 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #A46DCE

Tints of Amethyst #A46DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 34.24%
G = 22.76%
B = 43.01%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A46DCE (or 0xA46DCE) is known color: Amethyst. HEX triplet: A4, 6D and CE. RGB value is (164,109,206). Sum of RGB (Red+Green+Blue) = 164+109+206=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A46DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCE is #5B9231. Grayscale: #888888. Windows color (decimal): -6001202 or 13528484. OLE color: 13528484.

HSL color Cylindrical-coordinate representation of color #A46DCE: hue angle of 274.02º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46DCE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 109 206 -
CMYK 0.20 0.47 0 0.19
HSL 274.02º 0.5% 0.62% -
HSV(B) 274.02º 0.47% 0.81% -
XYZ 31.92 23.29 61.2 -
YUV 136.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 164 109 206 0.20 0.47 0 0.19 274.02 0.5 0.62
Hex A4 6D CE 14 2F 0 13 112 32 3E
Octal 244 155 316 24 57 0 23 422 62 76
Binary 10100100 1101101 11001110 10100 101111 0 10011 100010010 110010 111110

Color Harmonies of #A46DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DCE

Black with #A46DCE

Text Example


Text Example

White with #A46DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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