Html Css Color HEX #A46BD2 Amethyst

📋 copy color: '#A46BD2'

red 164 ◦ green 107 ◦ blue 210

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

Shades of Amethyst #A46BD2

Tints of Amethyst #A46BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 34.1%
G = 22.25%
B = 43.66%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A46BD2 (or 0xA46BD2) is known color: Amethyst. HEX triplet: A4, 6B and D2. RGB value is (164,107,210). Sum of RGB (Red+Green+Blue) = 164+107+210=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #A46BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BD2 is #5B942D. Grayscale: #878787. Windows color (decimal): -6001710 or 13790116. OLE color: 13790116.

HSL color Cylindrical-coordinate representation of color #A46BD2: hue angle of 273.2º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46BD2 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 107 210 -
CMYK 0.22 0.49 0 0.18
HSL 273.2º 0.53% 0.62% -
HSV(B) 273.2º 0.49% 0.82% -
XYZ 32.2 23.06 63.73 -
YUV 135.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 164 107 210 0.22 0.49 0 0.18 273.2 0.53 0.62
Hex A4 6B D2 16 31 0 12 111 35 3E
Octal 244 153 322 26 61 0 22 421 65 76
Binary 10100100 1101011 11010010 10110 110001 0 10010 100010001 110101 111110

Color Harmonies of #A46BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BD2

Black with #A46BD2

Text Example


Text Example

White with #A46BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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