Html Css Color HEX #A46BDC Amethyst

📋 copy color: '#A46BDC'

red 164 ◦ green 107 ◦ blue 220

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

Shades of Amethyst #A46BDC

Tints of Amethyst #A46BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.79%

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

R = 33.4%
G = 21.79%
B = 44.81%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A46BDC (or 0xA46BDC) is known color: Amethyst. HEX triplet: A4, 6B and DC. RGB value is (164,107,220). Sum of RGB (Red+Green+Blue) = 164+107+220=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #A46BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BDC is #5B9423. Grayscale: #888888. Windows color (decimal): -6001700 or 14445476. OLE color: 14445476.

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

Color convert

RGB 164 107 220 -
CMYK 0.25 0.51 0 0.14
HSL 270.27º 0.62% 0.64% -
HSV(B) 270.27º 0.51% 0.86% -
XYZ 33.49 23.58 70.5 -
YUV 136.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 164 107 220 0.25 0.51 0 0.14 270.27 0.62 0.64
Hex A4 6B DC 19 33 0 E 10E 3E 40
Octal 244 153 334 31 63 0 16 416 76 100
Binary 10100100 1101011 11011100 11001 110011 0 1110 100001110 111110 1000000

Color Harmonies of #A46BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BDC

Black with #A46BDC

Text Example


Text Example

White with #A46BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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