Html Css Color HEX #A46BC0 Amethyst

📋 copy color: '#A46BC0'

red 164 ◦ green 107 ◦ blue 192

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

Shades of Amethyst #A46BC0

Tints of Amethyst #A46BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 35.42%
G = 23.11%
B = 41.47%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A46BC0 (or 0xA46BC0) is known color: Amethyst. HEX triplet: A4, 6B and C0. RGB value is (164,107,192). Sum of RGB (Red+Green+Blue) = 164+107+192=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #A46BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BC0 is #5B943F. Grayscale: #858585. Windows color (decimal): -6001728 or 12610468. OLE color: 12610468.

HSL color Cylindrical-coordinate representation of color #A46BC0: hue angle of 280.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46BC0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 107 192 -
CMYK 0.15 0.44 0 0.25
HSL 280.24º 0.4% 0.59% -
HSV(B) 280.24º 0.44% 0.75% -
XYZ 30.08 22.21 52.57 -
YUV 133.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 164 107 192 0.15 0.44 0 0.25 280.24 0.4 0.59
Hex A4 6B C0 F 2C 0 19 118 28 3B
Octal 244 153 300 17 54 0 31 430 50 73
Binary 10100100 1101011 11000000 1111 101100 0 11001 100011000 101000 111011

Color Harmonies of #A46BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BC0

Black with #A46BC0

Text Example


Text Example

White with #A46BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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