Html Css Color HEX #A46CBE Amethyst

📋 copy color: '#A46CBE'

red 164 ◦ green 108 ◦ blue 190

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

Shades of Amethyst #A46CBE

Tints of Amethyst #A46CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 35.5%
G = 23.38%
B = 41.13%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A46CBE (or 0xA46CBE) is known color: Amethyst. HEX triplet: A4, 6C and BE. RGB value is (164,108,190). Sum of RGB (Red+Green+Blue) = 164+108+190=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #A46CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CBE is #5B9341. Grayscale: #858585. Windows color (decimal): -6001474 or 12479652. OLE color: 12479652.

HSL color Cylindrical-coordinate representation of color #A46CBE: hue angle of 280.98º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46CBE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 108 190 -
CMYK 0.14 0.43 0 0.25
HSL 280.98º 0.39% 0.58% -
HSV(B) 280.98º 0.43% 0.75% -
XYZ 29.97 22.34 51.45 -
YUV 134.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 164 108 190 0.14 0.43 0 0.25 280.98 0.39 0.58
Hex A4 6C BE E 2B 0 19 119 27 3A
Octal 244 154 276 16 53 0 31 431 47 72
Binary 10100100 1101100 10111110 1110 101011 0 11001 100011001 100111 111010

Color Harmonies of #A46CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CBE

Black with #A46CBE

Text Example


Text Example

White with #A46CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CBE; }

 p { color: rgb(164,108,190); }

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

background-color css

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

 a { background-color: rgb(164,108,190); }

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

border-color css

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

 span { border-color: rgb(164,108,190); }

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