Html Css Color HEX #A46BD0 Amethyst

📋 copy color: '#A46BD0'

red 164 ◦ green 107 ◦ blue 208

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

Shades of Amethyst #A46BD0

Tints of Amethyst #A46BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 34.24%
G = 22.34%
B = 43.42%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A46BD0 (or 0xA46BD0) is known color: Amethyst. HEX triplet: A4, 6B and D0. RGB value is (164,107,208). Sum of RGB (Red+Green+Blue) = 164+107+208=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #A46BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BD0 is #5B942F. Grayscale: #878787. Windows color (decimal): -6001712 or 13659044. OLE color: 13659044.

HSL color Cylindrical-coordinate representation of color #A46BD0: hue angle of 273.86º degrees, saturation: 0.52, 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 #A46BD0 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 107 208 -
CMYK 0.21 0.49 0 0.18
HSL 273.86º 0.52% 0.62% -
HSV(B) 273.86º 0.49% 0.82% -
XYZ 31.95 22.96 62.42 -
YUV 135.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 164 107 208 0.21 0.49 0 0.18 273.86 0.52 0.62
Hex A4 6B D0 15 31 0 12 112 34 3E
Octal 244 153 320 25 61 0 22 422 64 76
Binary 10100100 1101011 11010000 10101 110001 0 10010 100010010 110100 111110

Color Harmonies of #A46BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BD0

Black with #A46BD0

Text Example


Text Example

White with #A46BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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